Rectangle Constructor (Point, Point) |
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 Rectangle(
Point start,
Point end
)
Public Sub New (
start As Point,
end As Point
)
new :
start : Point *
end : Point -> Rectangle
Parameters
- start
- Type: Eto.DrawingPoint
Starting point of the rectangle - end
- Type: Eto.DrawingPoint
Ending point of the rectangle
See Also