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