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




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

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.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback