RectangleFOffset Method (SizeF) |
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(
SizeF size
)
Public Sub Offset (
size As SizeF
)
member Offset :
size : SizeF -> unit
Parameters
- size
- Type: Eto.DrawingSizeF
Width and Height to move the rectangle
See Also