Click or drag to resize

FS_MATRIXShear Method

Applies the specified shear vector to this Matrix in the specified order.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Shear(
	float shearX,
	float shearY,
	bool prepended = false
)

Parameters

shearX  Single
The horizontal shear factor.
shearY  Single
The vertical shear factor.
prepended  Boolean  (Optional)
Specifies the order (append or prepend) in which the shear is applied.
See Also