Hierarchy

  • Pen

Index

Constructors

constructor

  • new Pen(color: Color, width?: number): Pen
  • Parameters

    • color: Color
    • Default value width: number = 0

    Returns Pen

Properties

brush

brush: Brush

color

color: Color

dashStyle

dashStyle: DashStyle

endCap

endCap: LineCap

lineJoin

lineJoin: string

startCap

startCap: LineCap

width

width: number

Generated using TypeDoc