Click or drag to resize

IMatrixTranslate Method

Prepend a translation to the matrix

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Translate(
	float offsetX,
	float offsetY
)

Parameters

offsetX
Type: SystemSingle
The amount to offset along the x axis
offsetY
Type: SystemSingle
The amount to offset along the y axis
See Also