다음을 통해 공유


PolyLineSegment.Points 속성

정의

PolyLineSegment 개체를 정의하는 Point 값의 컬렉션을 가져오거나 설정합니다.

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 개체를 정의하는 점입니다.

적용 대상