Polygon2D.invertEnable

If true polygon will be inverted, containing the area outside the defined points and extending to the invert_border. Default value: false.

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

Meta