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
)
Sub TranslateTransform (
offsetX As Single,
offsetY As Single
)
abstract TranslateTransform :
offsetX : float32 *
offsetY : float32 -> unit
Parameters
- offsetX
- Type: SystemSingle
Offset to translate the X co-ordinate - offsetY
- Type: SystemSingle
Offset to translate the Y co-ordinate
See Also