共用方式為


Polyline.Points 屬性

定義

取得或設定集合,其中包含 Polyline的頂點。

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結構的集合,描述Polyline的頂點。 預設值是 null。

適用於