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

속성 값

Polyline의 꼭짓점 점을 설명하는 Point 구조체의 컬렉션입니다. 기본값은 null입니다.

적용 대상