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
)
Public Sub TranslateTransform (
offset As PointF
)
member TranslateTransform :
offset : PointF -> unit
Parameters
- offset
- Type: Eto.DrawingPointF
Offset to translate the co-ordinate system by
See Also