Prepends a rotation of the specified angle (counter clockwise) at the specified point to this
PdfMatrix structure.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Rotate(
double angle,
double centerX = 0,
double centerY = 0
)
Public Sub Rotate (
angle As Double,
Optional centerX As Double = 0,
Optional centerY As Double = 0
)
Parameters
- angle Double
- The rotation angle, in degrees, of counter clockwise rotation.
- centerX Double (Optional)
- The x-coordinate of the rotation center.
- centerY Double (Optional)
- The y-coordinate of the rotation center.
See Also