Overload List
| Name | Description | |
|---|---|---|
| Rectangle()()() |
Create an empty rectangle at position (0,0).
| |
| Rectangle(Rectangle) |
Create a rectangle from a System.Drawing.RectangleF.
| |
| Rectangle(RectangleF) |
Create a rectangle from a System.Drawing.RectangleF.
| |
| Rectangle(Rectangle) |
Create a rectangle from a Rectangle.
| |
| Rectangle(Rectangle, Transform) |
Create a rectangle from an existing rectangle.
| |
| Rectangle(Double, Double, Double, Double) |
Create new rectangle at the given position and with the specified
width and height.
| |
| Rectangle(Double, Double, Double, Double, Transform) |
Create a rectangle with the given position and size, and apply the given transformation to it.
|