void DrawStringRotated( string s, C1Point pos, C1Point center, double angle )
'Declaration Sub DrawStringRotated( _ ByVal s As String, _ ByVal pos As C1Point, _ ByVal center As C1Point, _ ByVal angle As Double _ )
'Declaration
Sub DrawStringRotated( _ ByVal s As String, _ ByVal pos As C1Point, _ ByVal center As C1Point, _ ByVal angle As Double _ )
'Usage Dim instance As IRenderEngine Dim s As String Dim pos As C1Point Dim center As C1Point Dim angle As Double instance.DrawStringRotated(s, pos, center, angle)
'Usage
Dim instance As IRenderEngine Dim s As String Dim pos As C1Point Dim center As C1Point Dim angle As Double instance.DrawStringRotated(s, pos, center, angle)
IRenderEngine Interface IRenderEngine Members