"closed"
Allows to read/write if the last points of the polygon are connected.
Synopsis
getValue(string shape, "closed", bool state);
setValue(string shape, "closed", bool state);
shape.closed(bool);
Parameter
Parameter | Description |
---|---|
state | Closed state of the polygon |
Description
The property allows to read/write if the last points of a polygon line are closed and therefore connected or not closed an open.
Assignment
Polygon