Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an axis aligned bounding box, see RaphaelBaseElement.getBBox.

Hierarchy

  • RaphaelAxisAlignedBoundingBox

Index

Properties

cx: number

Horizontal coordinate of the center of the box.

cy: number

Vertical coordinate of the center of the box.

height: number

Height of the bounding box.

width: number

Width of the bounding box.

x: number

Horizontal coordinate of the top left corner.

x2: number

Horizontal coordinate of the bottom right corner.

y: number

Vertical coordinate of the top left corner.

y2: number

Vertical coordinate of the bottom right corner.

Generated using TypeDoc