Interface: ShapeGeometry
Describes a basic 2D shape with a specific bounds (position and size).
Properties
Property | Modifier | Type | Description |
---|
bounds
| readonly
| Rect
| Shape bounds (position and size). |
type
| readonly
| "ellipse" | "rect"
| Basic 2D shape type. |