Поделиться через


Polyline.Points Свойство

Определение

Возвращает или задает коллекцию, содержащую вершинные точки 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"/>

Значение свойства

Коллекция структур точек , описывающих вершинные точки ломаной линии. Значение по умолчанию — NULL.

Применяется к