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; }
Public ReadOnly Property ShapePathPoints As CollectionExtended(Of Point)
Get
public:
property CollectionExtended<Point>^ ShapePathPoints {
CollectionExtended<Point>^ get ();
}
member ShapePathPoints : CollectionExtended<Point> with get
Return Value
Type:
CollectionExtended
Point
A CollectionExtended containing the shape path points.
See Also