Accusoft.PrintPro8.Net
TextAligned(RectangleF,String,Alignment) Method




The bounding System.Drawing.RectangleF for the text.
A string value which represents the text to align and output.
The Alignment of the text.
Outputs text with a specified alignment.
Syntax
'Declaration
 
Public Overloads Sub TextAligned( _
   ByVal boundingBox As RectangleF, _
   ByVal text As String, _
   ByVal alignment As Alignment _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As RectangleF
Dim text As String
Dim alignment As Alignment
 
instance.TextAligned(boundingBox, text, alignment)
public void TextAligned( 
   RectangleF boundingBox,
   string text,
   Alignment alignment
)
public: void TextAligned( 
   RectangleF boundingBox,
   string* text,
   Alignment alignment
) 
public:
void TextAligned( 
   RectangleF boundingBox,
   String^ text,
   Alignment alignment
) 

Parameters

boundingBox
The bounding System.Drawing.RectangleF for the text.
text
A string value which represents the text to align and output.
alignment
The Alignment of the text.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback