API Documentation for: 0.8.1
Show:

Graphics.Rect Class

Defined in: Graphics.Rect:1845
Module: EaselJS

Graphics command object. See rect and append for more information.

Constructor

Graphics.Rect

(
  • x
  • y
  • w
  • h
)

Defined in Graphics.Rect:1845

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1870

Parameters:

  • ctx CanvasRenderingContext2D

Properties

h

Number

Defined in h:1866

w

Number

Defined in w:1862

x

Number

Defined in x:1854

y

Number

Defined in y:1858