CG.Bound Class
CG.Bound is used at different places in the Cangaja FW.
var b = new CG.Bound({
x: 0,
y: 0,
width: 120,
height: 120
})
Methods
init
(
-
options
Options: x {number} y {number} width {number} height {number}
Parameters:
-
options
Object
Returns:
: