DrawString(String,Point) Method
In This Topic
Draw string at specified position.
Syntax
'Declaration
Overloads Sub DrawString( _
ByVal As String, _
ByVal As Point _
)
void DrawString(
string ,
Point
)
Parameters
- s
- String to draw.
- pos
- Position to draw.
See Also