RectangleF Constructor (PointF, PointF) |
Initializes a new instance of the Rectangle class with two points
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RectangleF(
PointF start,
PointF end
)
Public Sub New (
start As PointF,
end As PointF
)
new :
start : PointF *
end : PointF -> RectangleF
Parameters
- start
- Type: Eto.DrawingPointF
Starting point of the rectangle - end
- Type: Eto.DrawingPointF
Ending point of the rectangle
See Also