'Declaration
Sub DrawStringRotated( _ ByVal s As String, _ ByVal pos As _Point, _ ByVal center As _Point, _ ByVal angle As Double _ )
'Usage
Dim instance As IRenderEngine Dim s As String Dim pos As _Point Dim center As _Point Dim angle As Double instance.DrawStringRotated(s, pos, center, angle)
Parameters
- s
- pos
- center
- angle