Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    • Default value style: HatchStyle = HatchStyle.BackwardDiagonal
    • Default value foreColor: Color = Color.black
    • Default value backColor: Color = Color.white

    Returns StiHatchBrush

Accessors

backColor

  • get backColor(): Color
  • set backColor(value: Color): void
  • Gets the color of spaces between the hatch lines drawn by this StiHatchBrush object.

    Returns Color

  • Gets the color of spaces between the hatch lines drawn by this StiHatchBrush object.

    Parameters

    Returns void

foreColor

  • get foreColor(): Color
  • set foreColor(value: Color): void
  • Gets the color of hatch lines drawn by this StiHatchBrush object.

    Returns Color

  • Gets the color of hatch lines drawn by this StiHatchBrush object.

    Parameters

    Returns void

style

  • Gets the hatch style of this StiHatchBrush object.

    Returns HatchStyle

  • Gets the hatch style of this StiHatchBrush object.

    Parameters

    Returns void

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

clone

equals

  • equals(obj: any): boolean

getHashCode

  • getHashCode(): number
  • Returns number

implements

  • implements(): any[]

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

memberwiseClone

Static convertToBrush

  • convertToBrush(text: string): StiBrush

Static dark

Static getBrush

Static isEmpty

  • Returns true if this brush is empty - brush is null or StiEmptyBrush.

    Parameters

    Returns boolean

Static isTransparent

  • isTransparent(brush: StiBrush): boolean
  • Returns true if this brush is transparent - brush is null, empty or solid and color is transparent.

    Parameters

    Returns boolean

Static light

Static loadFromXml

Static toColor

Generated using TypeDoc