Click or drag to resize

IGeomPath Interface

Defines a contract for a geometric path, which can be used to represent a series of connected line segments or curves in a 2D or 3D space.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IGeomPath

The IGeomPath type exposes the following members.

Properties
Name Description
Public property SegmentPaths
Gets a collection of shape segment paths associated with the shape.
Top
See Also