Accusoft.PrintPro8.Net
Text(PointF,String,Font) Method




A System.Drawing.PointF location value which represents the location for the string.
A string value which represents the text to output.
A System.Drawing.Font which represents the font to render the text in.
Draws the specified text string.
Syntax
'Declaration
 
Public Overloads Sub Text( _
   ByVal location As PointF, _
   ByVal drawText As String, _
   ByVal font As Font _
) 
'Usage
 
Dim instance As Draw
Dim location As PointF
Dim drawText As String
Dim font As Font
 
instance.Text(location, drawText, font)
public void Text( 
   PointF location,
   string drawText,
   Font font
)
public: void Text( 
   PointF location,
   string* drawText,
   Font* font
) 
public:
void Text( 
   PointF location,
   String^ drawText,
   Font^ font
) 

Parameters

location
A System.Drawing.PointF location value which represents the location for the string.
drawText
A string value which represents the text to output.
font
A System.Drawing.Font which represents the font to render the text in.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback