【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.37 PolyPolylineGraphObject
Name
PolyPolylineGraphObject
Remark
Class for PolyPolyline graph object
Hierarchy
- OriginObject
- GraphObject
- PolyPolylineGraphObject
- GraphObject
Examples
Header to Include
origin.h
Reference
Members
| 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
|