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