GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

تحويل الفن الذكي إلى أشكال مجمعة.

public override GroupShape GetResultOfSmartArt()

أمثلة


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //افعل ما تريد
}

أنظر أيضا