API Documentation for: 0.8.2
Show:

Graphics.Rect Class

Defined in: Graphics.Rect:1853
Module: EaselJS

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

Constructor

Graphics.Rect

(
  • x
  • y
  • w
  • h
)

Defined in Graphics.Rect:1853

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1878

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

h

Number

Defined in h:1874

w

Number

Defined in w:1870

x

Number

Defined in x:1862

y

Number

Defined in y:1866