RectangleF Constructor (PointF, SizeF) |
Initializes a new instance of the Rectangle class with the specified location and size
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RectangleF(
PointF location,
SizeF size
)
Public Sub New (
location As PointF,
size As SizeF
)
new :
location : PointF *
size : SizeF -> RectangleF
Parameters
- location
- Type: Eto.DrawingPointF
Location of the rectangle - size
- Type: Eto.DrawingSizeF
Size of the rectangle
See Also