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




A single 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.
The System.Drawing.Font to render the text in.
Outputs text rotated by specified number of degrees.
Syntax
'Declaration
 
Public Overloads Sub TextRotated( _
   ByVal angle As Single, _
   ByVal pivotMode As RotationPivotMode, _
   ByVal text As String, _
   ByVal font 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 angle,
   RotationPivotMode pivotMode,
   string text,
   Font font
)
public: void TextRotated( 
   float angle,
   RotationPivotMode pivotMode,
   string* text,
   Font* font
) 
public:
void TextRotated( 
   float angle,
   RotationPivotMode pivotMode,
   String^ text,
   Font^ font
) 

Parameters

angle
A single 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.
font
The System.Drawing.Font to render the text in.
See Also

Reference

Draw Class
Draw Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback