RectangleOffset Method (Point) |
Offsets the location of the rectangle by the X and Y values of 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 values to offset the rectangle
See Also