Aspose::Cells::Drawing::Shape::GetPaths method
Shape::GetPaths method
Gets the paths of a custom geometric shape.
ShapePathCollection Aspose::Cells::Drawing::Shape::GetPaths()
Examples
//Returns non-null if there is a path to the custom geometry
if (shape.GetPaths().IsNull())
{
//"No custom geometry path."
}
See Also
- Class ShapePathCollection
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++