DrawStringRotated Method (IRenderEngine)
In This Topic
Draw rotated string at specified position.
Syntax
'Declaration
Sub DrawStringRotated( _
ByVal As System.String, _
ByVal As _Point, _
ByVal As _Point, _
ByVal As System.Double _
)
void DrawStringRotated(
System.string ,
_Point ,
_Point ,
System.double
)
Parameters
- s
- pos
- center
- angle
See Also