Rectangle Constructor (Point, Size) |
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 Rectangle(
Point location,
Size size
)
Public Sub New (
location As Point,
size As Size
)
new :
location : Point *
size : Size -> Rectangle
Parameters
- location
- Type: Eto.DrawingPoint
Location of the rectangle - size
- Type: Eto.DrawingSize
Size of the rectangle
See Also