Function Polygon2D.antialiased

If true, polygon edges will be anti-aliased.

bool antialiased() nothrow @property @nogc;

void antialiased (
  bool v
) nothrow @property @nogc;