PointOffset Method (Point) |
Offsets the X and Y co-ordinates of this point by the values from the specified point
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Offset(
Point point
)
Public Sub Offset (
point As Point
)
member Offset :
point : Point -> unit
Parameters
- point
- Type: Eto.DrawingPoint
Point with X and Y values to add to this point
See Also