Note: This API is now obsolete.
Rotates the matrix with the specified angle at the specified point.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
[ObsoleteAttribute("Use RotateAtAppend or RotateAtPrepend explicitly, because in GDI+ and WPF the defaults are contrary.", true)] public void RotateAt( double angle, XPoint point )
Parameters
- angle
- Type: SystemDouble
- point
- Type: PdfEdit.DrawingXPoint
See Also