API Documentation for: 1.0.0
Show:

Graphics.Rect Class

Defined in: Graphics.Rect:1842
Module: EaselJS

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

Constructor

Graphics.Rect

(
  • x
  • y
  • w
  • h
)

Defined in Graphics.Rect:1842

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:1867

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

h

Number

Defined in h:1863

w

Number

Defined in w:1859

x

Number

Defined in x:1851

y

Number

Defined in y:1855