Freigeben über


PolyLineSegment.Points Eigenschaft

Definition

Ruft die Auflistung von Point-Werten ab, die dieses PolyLineSegment-Objekt definiert, oder legt sie fest.

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"/>

Eigenschaftswert

Die Punkte, die dieses PolyLineSegment-Objekt definieren.

Gilt für: