Accusoft.PrintPro8.Net
TextRotated(PointF,Single,RotationPivotMode,String) Method




A System.Drawing.Point which represents the location for the origin of rotation.
A single value which represents the angle by which to rotate.
The RotationPivotMode the text is aligned to the rotation by.
A string which represents the text to output.
Outputs text rotated by a specified number of degrees.
Syntax
public void TextRotated( 
   PointF location,
   float angle,
   RotationPivotMode pivotMode,
   string text
)
public: void TextRotated( 
   PointF location,
   float angle,
   RotationPivotMode pivotMode,
   string* text
) 
public:
void TextRotated( 
   PointF location,
   float angle,
   RotationPivotMode pivotMode,
   String^ text
) 
'Declaration
 
Public Overloads Sub TextRotated( _
   ByVal location As PointF, _
   ByVal angle As Single, _
   ByVal pivotMode As RotationPivotMode, _
   ByVal text 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)

Parameters

location
A System.Drawing.Point which represents the location for the origin of rotation.
angle
A single value which represents the angle by which to rotate.
pivotMode
The RotationPivotMode the text is aligned to the rotation by.
text
A string which represents the text to output.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback