Class: BBox

ge.BBox(leftnullable, topnullable, rightnullable, bottomnullable)

Bounding box class.

Constructor

new BBox(leftnullable, topnullable, rightnullable, bottomnullable)

Bounding box constructor.
Parameters:
Name Type Attributes Description
left number <nullable>
Left X coordinate.
top number <nullable>
Top Y coordinate.
right number <nullable>
Right X coordinate.
bottom number <nullable>
Bottom Y coordinate.
Source:

Members

bottom :number

Bottom Y coordinate.
Type:
  • number
Source:

left :number

Left X coordinate.
Type:
  • number
Source:
Right X coordinate.
Type:
  • number
Source:

top :number

Top Y coordinate.
Type:
  • number
Source: