RectangleFOffset Method (Single, Single) |
Offsets the location of the rectangle by the specified x and y values
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Offset(
float x,
float y
)
Public Sub Offset (
x As Single,
y As Single
)
member Offset :
x : float32 *
y : float32 -> unit
Parameters
- x
- Type: SystemSingle
Horizontal offset to move the rectangle - y
- Type: SystemSingle
Vertical offset to move the rectangle
See Also