Line2D.endCapMode

Controls the style of the line's last point. Use LINE_CAP_* constants. Default value: LINE_CAP_NONE.

  1. Line2D.LineCapMode endCapMode [@property getter]
  2. long endCapMode [@property setter]
    struct Line2D
    @nogc nothrow @property
    void
    endCapMode
    (
    long v
    )

Meta