Create a new TranslateTransform.

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

Syntax

C#
public TranslateTransform(
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
Translation along the x-axis.
y
Type: System..::..Double
Translation along the y-axis.

See Also