XGraphicsShearTransform Method (Double, Double, XMatrixOrder)Terminal Works - PDF Printing.Net Library
Applies the specified shearing operation to the transformation matrix of this object in the specified order. ShearTransform is a synonym for SkewAtTransform. Parameter shearX specifies the horizontal skew which is measured in degrees counterclockwise from the y-axis. Parameter shearY specifies the vertical skew which is measured in degrees counterclockwise from the x-axis.

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

public void ShearTransform(
	double shearX,
	double shearY,
	XMatrixOrder order
)

Parameters

shearX
Type: SystemDouble
shearY
Type: SystemDouble
order
Type: PdfEdit.DrawingXMatrixOrder
See Also

Reference