mxRectangle Constructor |
| Name | Description | |
|---|---|---|
| mxRectangle |
Constructs a new rectangle at (0, 0) with the width and height set to 0.
| |
| mxRectangle(Rectangle) |
Constructs a copy of the given rectangle.
| |
| mxRectangle(mxRectangle) |
Constructs a copy of the given rectangle.
| |
| mxRectangle(Double, Double, Double, Double) |
Constructs a rectangle using the given parameters.
|