Basic |
The BasicShape type exposes the following members.
| Name | Description | |
|---|---|---|
| centerX | X coordinate of the center of the ellipse | |
| centerY | Y coordinate of the center of the ellipse | |
| cutBand | Select what part of the filter must be kept | |
| height | Height of the rectangle | |
| intersection | Decides whether the shape must intersect with the existing ones or not. | |
| left | Coordinate of the top-left corner of the rectangle in the X direction | |
| radiusX | Radius of the ellipse in the X direction | |
| radiusY | Radius of the ellipse in the Y direction | |
| shapeType | Type of the shape (Ellipse or Rectangle) | |
| top | Coordinate of the top-left corner of the rectangle in the Y direction | |
| width | Width of the rectangle |