RectangleOffset Method (Int32, Int32) |
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(
int x,
int y
)
Public Sub Offset (
x As Integer,
y As Integer
)
member Offset :
x : int *
y : int -> unit
Parameters
- x
- Type: SystemInt32
Horizontal offset to move the rectangle - y
- Type: SystemInt32
Vertical offset to move the rectangle
See Also