Translates over (x,y).

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

Syntax

C#
public MatrixTransform Translate(
	double x,
	double y
)
Visual Basic
Public Function Translate ( _
	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