PolyLineSegment.Points 属性

定义

获取或设置定义此 PolyLineSegment 对象的 Point 值的集合。

public:
 property PointCollection ^ Points { PointCollection ^ get(); void set(PointCollection ^ value); };
PointCollection Points();

void Points(PointCollection value);
public PointCollection Points { get; set; }
var pointCollection = polyLineSegment.points;
polyLineSegment.points = pointCollection;
Public Property Points As PointCollection
<PolyLineSegment Points="pointSet"/>

属性值

定义此 PolyLineSegment 对象的点。

适用于