DrawString(String,Double,Double) Method
In This Topic
Draw string at specified position.
Syntax
'Declaration
Overloads Sub DrawString( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawString(
System.string ,
System.double ,
System.double
)
Parameters
- s
- String to draw.
- x
- X-coordinate of string.
- y
- Y-coordinate of string.
See Also