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




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
'Declaration
 
Public Overloads Sub TextRotated( _
   ByVal angle As Single, _
   ByVal pivotMode As RotationPivotMode, _
   ByVal text As String _
) 
'Usage
 
Dim instance As Draw
Dim angle As Single
Dim pivotMode As RotationPivotMode
Dim text As String
 
instance.TextRotated(angle, pivotMode, text)
public void TextRotated( 
   float angle,
   RotationPivotMode pivotMode,
   string text
)
public: void TextRotated( 
   float angle,
   RotationPivotMode pivotMode,
   string* text
) 
public:
void TextRotated( 
   float angle,
   RotationPivotMode pivotMode,
   String^ text
) 

Parameters

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