Click or drag to resize

GraphicsIHandlerTranslateTransform Method

Translates the origin of the co-ordinate system by the given offset

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

Parameters

offsetX
Type: SystemSingle
Offset to translate the X co-ordinate
offsetY
Type: SystemSingle
Offset to translate the Y co-ordinate
See Also