RectangleF Constructor (SizeF) |
Initializes a new instance of the Rectangle class with X, Y co-ordinates at 0,0 and the specified size
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RectangleF(
SizeF size
)
Public Sub New (
size As SizeF
)
new :
size : SizeF -> RectangleF
Parameters
- size
- Type: Eto.DrawingSizeF
Size to give the rectangle
See Also