Aspose::Cells::Drawing::IShapePath Class Referenceabstract

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape. More...

Inherits Object.

Public Member Functions

virtual intrusive_ptr< Aspose::Cells::Drawing::IShapeSegmentPathCollectionGetIShapeSegmentPaths ()=0
 Gets IShapeSegmentPathCollection list More...
 

Detailed Description

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.

Member Function Documentation

◆ GetIShapeSegmentPaths()

virtual intrusive_ptr<Aspose::Cells::Drawing::IShapeSegmentPathCollection> Aspose::Cells::Drawing::IShapePath::GetIShapeSegmentPaths ( )
pure virtual