Click or drag to resize

XlsOvalShape GeomPaths Property

Gets a collection of IGeomPath objects representing geometric paths. If the collection is not already initialized, it creates a new instance of CollectionExtended and populates it with ShapeGeomPath objects based on the PathList from shapeConverter.PathsInfo.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CollectionExtended<IGeomPath> GeomPaths { get; }

Return Value

Type: CollectionExtended IGeomPath
A CollectionExtended containing the geometric paths.

Implements

IPrstGeomShape GeomPaths
See Also