Rotates the coordinate system in clockwise direction around specified point.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
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