Polyline.Points 属性

定义

获取或设置包含 折线顶点的集合。

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

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

属性值

描述折线顶点的 Point 结构的集合。 默认值为 NULL。

适用于