Polygon2D.antialiased

If true polygon edges will be anti-aliased. Default value: false.

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

Meta