Shade

A Shade object is used to define shadings.

class Shade()

You cannot create instances of this class with the new operator!

Instance methods

Shade.prototype.getBounds()

Returns a rectangle containing the dimensions of the shading contents.

Returns:

Rect

var bounds = shade.getBounds()