Create a new ScaleTransform.

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

Syntax

C#
public ScaleTransform(
	double sx,
	double sy
)
Visual Basic
Public Sub New ( _
	sx As Double, _
	sy As Double _
)

Parameters

sx
Type: System..::..Double
Scale along the x-axis.
sy
Type: System..::..Double
Scale along the y-axis.

See Also