Click or drag to resize

ShapeSegmentPath ShapePathPoints Property

Gets a collection of System.Drawing.Point representing the shape path points. If the points collection is null, it initializes the collection and populates it with points from segmentconvert.PointList.

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<Point> ShapePathPoints { get; }

Return Value

Type: CollectionExtended Point
A CollectionExtended containing the shape path points.
See Also