PdfCanvas
RotateTransform Method (Single, PointF)
|
Rotates the coordinate system in clockwise direction around specified point.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void RotateTransform(
float angle,
PointF point
)
Public Sub RotateTransform (
angle As Single,
point As PointF
)
public:
void RotateTransform(
float angle,
PointF point
)
member RotateTransform :
angle : float32 *
point : PointF -> unit
Parameters
-
angle
-
Type:
System
Single
The angle of the rotation (in degrees).A System.Drawing.PointF that represents the center of the rotation.
-
point
-
Type:
System.Drawing
PointF
See Also