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

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

Reference

Draw Class
Draw Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback