Click or drag to resize

GraphicsTranslateTransform Method (PointF)

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
public void TranslateTransform(
	PointF offset
)

Parameters

offset
Type: Eto.DrawingPointF
Offset to translate the co-ordinate system by
See Also