GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Преобразование смарт-арта в сгруппированные фигуры.

public override GroupShape GetResultOfSmartArt()

Примеры


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //делай что хочешь
}

Смотрите также