Class: Box

Box


new Box( [width] [, height])

Parameters:
Name Type Argument Default Description
width number <optional>
8

Width of this box

height number <optional>
8

Height of this box

Source:

Members


height

Height of rectangle.

Properties:
Name Type Description
height Number
Default Value:
  • 8
Source:

<constant> type :number

Type of this shape, should always be BOX.

Type:
  • number
Source:

width

Width of rectangle.

Properties:
Name Type Description
width Number
Default Value:
  • 8
Source:

Class: Box

Box