Method RotateTransform
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
RotateTransform(double)
Applies the specified rotation to the transformation matrix of this PdfCanvas.
public void RotateTransform(double angle)
Parameters
angle
doubleThe angle of rotation in degrees.
Remarks
Canvas gets rotated in a counter-clockwise direction.