API Documentation for: 1.0.0
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:2350

Execute the Graphics command in the provided Canvas context.

Parameters:

  • ctx CanvasRenderingContext2D

    The canvas rendering context

Properties

angle

Number

Defined in angle:2346

pointSize

Number

Defined in pointSize:2342

radius

Number

Defined in radius:2334

sides

Number

Defined in sides:2338

x

Number

Defined in x:2326

y

Number

Defined in y:2330