Overload List
| Name | Description | |
|---|---|---|
| RectangleShape()()()() |
Create a new rectangle with zero width and height.
| |
| RectangleShape(Double, Double) |
Creates a new RectangleShape with given startpoint, width and height.
| |
| RectangleShape(Double, Double, Double, Double) |
Creates a new RectangleShape with given startpoint, width and height.
| |
| RectangleShape(Double, Double, Double, Double, Pen) |
Creates a new RectangleShape with given startpoint, width, height and pen.
| |
| RectangleShape(Double, Double, Double, Double, Pen, Brush) |
Creates a new RectangleShape with given startpoint, width, height, pen and brush.
|