PolyPolylineGraphObject
Class for PolyPolyline graph object
origin.h
| Name | Brief | Example |
|---|---|---|
| AddPolyline | Add one polyline object. | Examples |
| GetDrawOption | Get polyline draw option. | Examples |
| GetInternalSelection | Get selected polyline object's indexes. | Examples |
| GetPoints | Get points along a drawn shape | Examples |
| GetPolylineCount | Returns the count of all the polyline objects in the PolyPolylineGraphObject. | Examples |
| RemovePolyline | Remove one polyline object by index. | Examples |
| SetDrawOption | Set polyline draw option. | Examples |
| SetPoints | Set points to a drawn shape |
Examples
|