EaselJS v0.8.2 API Documentation : Graphics.PolyStar

API Documentation for: 0.8.2
Show:

Graphics.PolyStar Class

Module: EaselJS

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

Constructor

Graphics.PolyStar

(
  • x
  • y
  • radius
  • sides
  • pointSize
  • angle
)

Parameters:

Item Index

Methods

Properties

Methods

exec

(
  • ctx
)

Defined in exec:2361

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

angle

Number

Defined in angle:2357

pointSize

Number

Defined in pointSize:2353

radius

Number

Defined in radius:2345

sides

Number

Defined in sides:2349

x

Number

Defined in x:2337

y

Number

Defined in y:2341