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