PointOffset Method (Int32, Int32) |
Offsets the X and Y co-ordinates of this point 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
Value to add to the X co-ordinate of this point - y
- Type: SystemInt32
Value to add to the Y co-ordinate of this point
See Also