Gjsify LogoGjsify Logo

#GooCanvasLineDash specifies a dash pattern to be used when drawing items.

record

Hierarchy

  • CanvasLineDash

Index

Constructors

Properties

dash_offset: number

the start offset into the dash pattern.

field
dashes: number

the sizes of each dash and gap.

field
num_dashes: number

the number of dashes and gaps between them.

field
ref_count: number

the reference count of the struct.

field
name: string

Methods

  • set_offset(dash_offset: number): void
  • Sets the start offset into the dash pattern.

    Parameters

    • dash_offset: number

      the start offset into the dash pattern.

    Returns void

  • unref(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method