次の方法で共有


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 オブジェクトを 定義するポイント。

適用対象