ShapeSegmentPathCollection Class
ShapeSegmentPathCollection class
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
type ShapeSegmentPathCollection struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewShapeSegmentPathCollection | Default constructor. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| Add | Add a segment path in creation path. | 
| Get | Gets ShapeSegmentPath object. | 
| GetCount |