Aspose::Cells::Drawing::Shape::GetGeometry method
Shape::GetGeometry method
Gets the geometry.
Geometry Aspose::Cells::Drawing::Shape::GetGeometry()
Examples
if (!shape.GetGeometry().IsNull() && shape.GetGeometry().GetShapeAdjustValues().GetCount() == 0)
{
//"No geometry path."
}
See Also
- Class Geometry
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++