Aspose::Cells::Drawing::ShapeSegmentPath class
ShapeSegmentPath class
Represents a segment path in a path of the freeform.
class ShapeSegmentPath
Methods
Method | Description |
---|---|
GetPoints() | Gets the points in path segment. |
GetType() | Gets the path segment type. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const ShapeSegmentPath& src) | operator= |
ShapeSegmentPath(ShapeSegmentPath_Impl* impl) | Constructs from an implementation object. |
ShapeSegmentPath(const ShapeSegmentPath& src) | Copy constructor. |
~ShapeSegmentPath() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++