다음을 통해 공유


LineSegment 생성자

정의

LineSegment 클래스의 새 인스턴스를 초기화합니다.

오버로드

LineSegment()

LineSegment 클래스의 새 인스턴스를 초기화합니다.

LineSegment(Point, Boolean)

지정된 끝 LineSegment 및 이 Point 를 그릴지 여부를 결정하는 부울이 있는 LineSegment 클래스의 새 인스턴스를 초기화합니다.

LineSegment()

LineSegment 클래스의 새 인스턴스를 초기화합니다.

public:
 LineSegment();
public LineSegment ();
Public Sub New ()

적용 대상

LineSegment(Point, Boolean)

지정된 끝 LineSegment 및 이 Point 를 그릴지 여부를 결정하는 부울이 있는 LineSegment 클래스의 새 인스턴스를 초기화합니다.

public:
 LineSegment(System::Windows::Point point, bool isStroked);
public LineSegment (System.Windows.Point point, bool isStroked);
new System.Windows.Media.LineSegment : System.Windows.Point * bool -> System.Windows.Media.LineSegment
Public Sub New (point As Point, isStroked As Boolean)

매개 변수

point
Point

LineSegment의 끝점입니다.

isStroked
Boolean

true 를 그리면 LineSegment이고, 그리지 않으면 false입니다.

적용 대상