GetResultOfSmartArt

SmartArtShape.GetResultOfSmartArt method

Konvertera smart konst till grupperade former.

public override GroupShape GetResultOfSmartArt()

Exempel


[C#]
Aspose.Cells.Drawing.GroupShape groupShape = shape.GetResultOfSmartArt();
if(groupShape != null)
{
    //gör vad du vill
}

Se även