Langage

Polyline.Points Propriété

Définition

Obtient ou définit une collection qui contient les points de vertex de 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"/>

Valeur de propriété

Collection de structures point qui décrivent les points de vertex de la polyline. La valeur par défaut est Null.

S’applique à