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