Accusoft.PrintPro8.Net
TextAligned(PointF,String,Font,Alignment) Method




A System.Drawing.PointF which represents the lower-right point where the text is to be aligned from.
A string which represents the text to align and output.
A System.Drawing.Font which represents the font the text is to be rendered in.
The Alignment of the text.
Draws text with a specified alignment.
Syntax
public void TextAligned( 
   PointF endPoint,
   string text,
   Font font,
   Alignment alignment
)
public: void TextAligned( 
   PointF endPoint,
   string* text,
   Font* font,
   Alignment alignment
) 
public:
void TextAligned( 
   PointF endPoint,
   String^ text,
   Font^ font,
   Alignment alignment
) 
'Declaration
 
Public Overloads Sub TextAligned( _
   ByVal endPoint As PointF, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal alignment As Alignment _
) 
 
'Usage
 
Dim instance As Draw
Dim endPoint As PointF
Dim text As String
Dim font As Font
Dim alignment As Alignment
 
instance.TextAligned(endPoint, text, font, alignment)

Parameters

endPoint
A System.Drawing.PointF which represents the lower-right point where the text is to be aligned from.
text
A string which represents the text to align and output.
font
A System.Drawing.Font which represents the font the text is to be rendered in.
alignment
The Alignment of the text.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback