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
)
Sub Translate (
offsetX As Single,
offsetY As Single
)
abstract Translate :
offsetX : float32 *
offsetY : float32 -> unit
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