XGraphicsRotateAtTransform Method (Double, XPoint, XMatrixOrder)Terminal Works - PDF Printing.Net Library
Applies the specified rotation operation to the transformation matrix of this object by prepending it to the object's transformation matrix.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public void RotateAtTransform(
	double angle,
	XPoint point,
	XMatrixOrder order
)

Parameters

angle
Type: SystemDouble
point
Type: PdfEdit.DrawingXPoint
order
Type: PdfEdit.DrawingXMatrixOrder
See Also

Reference