Rectangle Constructor (Size) |
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 Rectangle(
Size size
)
Public Sub New (
size As Size
)
new :
size : Size -> Rectangle
Parameters
- size
- Type: Eto.DrawingSize
Size to give the rectangle
See Also