Scales in the x and y direction.

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

Syntax

C#
public MatrixTransform Scale(
	double x,
	double y
)
Visual Basic
Public Function Scale ( _
	x As Double, _
	y As Double _
) As MatrixTransform

Parameters

x
Type: System..::..Double
The x coordinate.
y
Type: System..::..Double
The y coordinate.

See Also