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




The bounding System.Drawing.Rectangle for the text.
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.
A boolean value which indicates whether or not word-wrapping is to occur. A value of true for word wrapping to occur and false for word wrapping not to occur.
Outputs text with a specified alignment.
Syntax
'Declaration
 
Public Overloads Sub TextAligned( _
   ByVal boundingBox As Rectangle, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal alignment As Alignment, _
   ByVal wordWrap As Boolean _
) 
'Usage
 
Dim instance As Draw
Dim boundingBox As Rectangle
Dim text As String
Dim font As Font
Dim alignment As Alignment
Dim wordWrap As Boolean
 
instance.TextAligned(boundingBox, text, font, alignment, wordWrap)
public void TextAligned( 
   Rectangle boundingBox,
   string text,
   Font font,
   Alignment alignment,
   bool wordWrap
)
public: void TextAligned( 
   Rectangle boundingBox,
   string* text,
   Font* font,
   Alignment alignment,
   bool wordWrap
) 
public:
void TextAligned( 
   Rectangle boundingBox,
   String^ text,
   Font^ font,
   Alignment alignment,
   bool wordWrap
) 

Parameters

boundingBox
The bounding System.Drawing.Rectangle for the text.
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.
wordWrap
A boolean value which indicates whether or not word-wrapping is to occur. A value of true for word wrapping to occur and false for word wrapping not to occur.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback