RectangleOffset Method (Size) |
Offsets the location of the rectangle by the specified size
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Offset(
Size size
)
Public Sub Offset (
size As Size
)
member Offset :
size : Size -> unit
Parameters
- size
- Type: Eto.DrawingSize
Width and Height to move the rectangle
See Also