Click or drag to resize

PdfPageObjectShear(Single, Single, Boolean) Method

Shear the page object by the specified shear factors around the center of the page object.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Shear(
	float sx,
	float sy,
	bool affectClippingPath = true
)

Parameters

sx  Single
The horizontal shear factor.
sy  Single
The vertical shear factor.
affectClippingPath  Boolean  (Optional)
A flag indicating that the transformation must also be applied to the clipping path.
See Also