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
Public Interface IGeomPath
public interface class IGeomPath
type IGeomPath =interface end
The
IGeomPath
type exposes the following members.
Properties
|
Name
|
Description
|
|
SegmentPaths
|
Gets a collection of shape segment paths associated with the shape.
|
Top
See Also