GoDiagram Win Reference
DrawText(Brush,String,Font,Single,Single,Boolean) Method

The brush with which to draw the text
The text to be drawn
The font in which to draw the text
The x coordinate of the top left corner of the text
The y coordinate of the top left corner of the text
Set to true for right to left text
Draws text on a single line.
Syntax
'Declaration
 
Public Overloads Sub DrawText( _
   ByVal brush As Brush, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal rightToLeft As Boolean _
) 
public void DrawText( 
   Brush brush,
   string text,
   Font font,
   float x,
   float y,
   bool rightToLeft
)

Parameters

brush
The brush with which to draw the text
text
The text to be drawn
font
The font in which to draw the text
x
The x coordinate of the top left corner of the text
y
The y coordinate of the top left corner of the text
rightToLeft
Set to true for right to left text
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback