Skip to main content

Interface: ShapeGeometry

Describes a basic 2D shape with a specific bounds (position and size).

Properties

PropertyModifierTypeDescription

bounds

readonly

Rect

Shape bounds (position and size).

type

readonly

"ellipse" | "rect"

Basic 2D shape type.