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


PolyLineSegment.Points Свойство

Определение

Возвращает или задает коллекцию значений Point , определяющих данный объект PolyLineSegment .

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 .

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