RectangleFRestrict Method (SizeF) |
Restricts the rectangle to be within the specified size at an X,Y location of 0, 0
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Restrict(
SizeF size
)
Public Sub Restrict (
size As SizeF
)
member Restrict :
size : SizeF -> unit
Parameters
- size
- Type: Eto.DrawingSizeF
Maxiumum size for the rectangle
Remarks
This is a shortcut for
See Also