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