Share via


LineGeometry.EndPoint 속성

정의

선의 끝점을 가져오거나 설정합니다.

public:
 property Point EndPoint { Point get(); void set(Point value); };
Point EndPoint();

void EndPoint(Point value);
public Point EndPoint { get; set; }
var point = lineGeometry.endPoint;
lineGeometry.endPoint = point;
Public Property EndPoint As Point
<LineGeometry EndPoint="x,y"/>

속성 값

선의 끝점입니다. 기본값은 값이 0,0인 Point 입니다.

적용 대상