Line2D.antialiased

If true, the line's border will be anti-aliased.

  1. bool antialiased [@property getter]
  2. bool antialiased [@property setter]
    struct Line2D
    @nogc nothrow @property
    void
    antialiased
    (
    bool v
    )

Meta