Create a new SkewTransform.

Namespace: TallComponents.PDF.Transforms
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public SkewTransform(
	double anglex,
	double angley
)
Visual Basic
Public Sub New ( _
	anglex As Double, _
	angley As Double _
)

Parameters

anglex
Type: System..::..Double
Skew angle along the x-axis.
angley
Type: System..::..Double
Skew angle along the y-axis.

See Also