'Declaration
Public Overloads Sub TextRotated( _
ByVal As Single, _
ByVal As RotationPivotMode, _
ByVal As String, _
ByVal As Font _
)
'Usage
Dim instance As Draw
Dim angle As Single
Dim pivotMode As RotationPivotMode
Dim text As String
Dim font As Font
instance.TextRotated(angle, pivotMode, text, font)
public void TextRotated(
float ,
RotationPivotMode ,
string ,
Font
)
public: void TextRotated(
float ,
RotationPivotMode ,
string* ,
Font*
)
public:
void TextRotated(
float ,
RotationPivotMode ,
String^ ,
Font^
)