GraffitiSuite Docs
Docs
Polyline
Loading document parsing libraries...
# Polyline Class Inherits Shape ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | path() as GraffitiMap.Point | (None) | Creates a new instance of the class. | | Constructor | path() as GraffitiMap.Point <br> icons() as GraffitiMap.IconSequence | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | icons() | GraffitiMap.IconSequence | (None) | Icon sequences to draw. | | path() | GraffitiMap.Point | (None) | Array of world coordinates to use for drawing. |