Paths

Shape.Paths property

Obtient les chemins d’une forme géométrique personnalisée.

public ShapePathCollection Paths { get; }

Exemples


[C#]
// Renvoie non nul s'il existe un chemin vers la géométrie personnalisée
if(shape.Paths == null)
    Console.WriteLine("No custom geometry path.");

Voir également