RectangularCloud Constructor |
| Name | Description | |
|---|---|---|
| RectangularCloud(ViewBase, Point, Point) |
Creates a new rectangle cloud instance with two points using standard attributes.
Please note that creating a rectangular cloud using two points will re-calculate
the start point to correspond with positive widths and heights.
| |
| RectangularCloud(ViewBase, Point, Double, Double) |
Creates a new RectangularCloud instance with the start point and the defined width and height using standard attributes.
| |
| RectangularCloud(ViewBase, Point, Point, RectangularCloudRectangularCloudAttributes) |
Creates a new rectangle cloud instance with two points using the given attributes.
Please note that creating a rectangular cloud using two points will re-calculate
the start point to correspond with positive widths and heights.
| |
| RectangularCloud(ViewBase, Point, Double, Double, RectangularCloudRectangularCloudAttributes) |
Creates a new rectangular cloud instance with the start point and the defined width and height using the given attributes.
|