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