Aspose::Cells::Drawing::ShapeSegmentPath class

ShapeSegmentPath class

Represents a segment path in a path of the freeform.

class ShapeSegmentPath

Methods

MethodDescription
GetPoints()Gets the points in path segment.
GetType()Gets the path segment type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ShapeSegmentPath& src)operator=
ShapeSegmentPath(ShapeSegmentPath_Impl* impl)Constructs from an implementation object.
ShapeSegmentPath(const ShapeSegmentPath& src)Copy constructor.
~ShapeSegmentPath()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also