Paths
Shape.Paths property
Özel bir geometrik şeklin yollarını alır.
public ShapePathCollection Paths { get; }
Örnekler
[C#]
//Özel geometriye giden bir yol varsa boş olmayan değeri döndürür
if(shape.Paths == null)
Console.WriteLine("No custom geometry path.");
Ayrıca bakınız
- class ShapePathCollection
- class Shape
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells