Polyline.Points Eigenschaft

Definition

Dient zum Abrufen oder Festlegen einer Auflistung, die die Scheitelpunkt der Polylinie enthält.

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

Eigenschaftswert

Eine Sammlung von Punktstrukturen , die die Scheitelpunktpunkte der Polylinie beschreiben. Der Standardwert ist NULL.

Gilt für: