GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Akıllı sanatı gruplanmış şekillere dönüştürme.

public override GroupShape GetResultOfSmartArt()

Örnekler


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //ne istiyorsan onu yap
}

Ayrıca bakınız