Link Search Menu Expand Document

CanvasSkewTransform Method

Skews the x axis by an angle alpha and the y axis by an angle beta.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SkewTransform(
	float alpha,
	float beta
)

Parameters

alpha
Type: SystemSingle
The alpha angle in degrees.
beta
Type: SystemSingle
The beta angle in degrees.
See Also

Reference