A basic PCO which is handling drawings of any shape.

Mixes

PrimaryCanvasObject

Param: options

A config object

Param: options.geometry

A geometry passed to the graphics.

Param: options.name

The name of the PCO.

Param: options.object

Any object that owns this PCO.

Hierarchy

  • any
    • PrimaryGraphics

Properties

#geometryDirty: number = -1

The dirty ID of the geometry.

#geometryContainsPoints: boolean = false

Does the geometry contain points?

#TEMP_POINT: Point = ...

A temporary point used by this class.

Methods

  • Returns void

  • Returns void

    Inherit Doc

  • Parameters

    • point: any

    Returns any