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




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

Parameters

startPoint
A System.Drawing.Point which represents the upper-left point where the text is to be aligned from.
endPoint
A System.Drawing.Point 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
The System.Drawing.Font the text is to be rendered in.
alignment
The Alignment of the text.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback