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 です。

適用対象