DrawString(String,Double,Double,Double,Double,Byte,Byte) Method
In This Topic
Draw string at specified area.
Syntax
'Declaration
Overloads Sub DrawString( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
Optional ByVal As System.Byte, _
Optional ByVal As System.Byte _
)
void DrawString(
System.string ,
System.double ,
System.double ,
System.double ,
System.double ,
System.byte ,
System.byte
)
Parameters
- s
- String to draw.
- x
- X-coordinate of string.
- y
- Y-coordinate of string.
- w
- Rendering width.
- h
- Rendering height.
- horz
- Horizontal aligment (see aligment type).
- vert
- Vertical aligment (see aligment type).
See Also