Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines enumeration constants for Line Drawing modes

Index

Enumeration members

Enumeration members

DiscontinuousLine

DiscontinuousLine: = "DiscontinuousLine"

Points provided define discontinuous lines, e.g. x1y1 x2y2 is one line, x3y3 x4y4 is the next

PolyLine

PolyLine: = "PolyLine"

Points provided define a poly-line (continuous line)

Generated using TypeDoc