Function Polygon2D.invertEnable
If true
, polygon will be inverted, containing the area outside the defined points and extending to the invert_border
.
bool invertEnable() nothrow @property @nogc;
void invertEnable
(
bool v
) nothrow @property @nogc;