Paint object designer interface.

Hierarchy

  • IPaintObjectDesigner

Properties

selected: boolean

Gets/sets selected state.

Methods

  • Sets paint object property value. Returns true if designer appearance changed.

    Parameters

    Returns boolean

  • Returns a boolean value indicating whether the selection path is automatically closed.

    Parameters

    Returns boolean

  • Sets paint object canvas location. Returns true if designer appearance changed.

    Parameters

    • point: PointLocation
    • Optional moveDisatance: { x: number; y: number }
      • x: number
      • y: number

    Returns boolean