PolyLineSegment 생성자

정의

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

오버로드

PolyLineSegment()

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

PolyLineSegment(IEnumerable<Point>, Boolean)

선 세그먼트를 결정하는 지정된 점 목록과 세그먼트가 스트로크되는지 여부를 나타내는 값을 사용하여 PolyLineSegment 클래스의 새 인스턴스를 초기화합니다.

PolyLineSegment()

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

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

적용 대상

PolyLineSegment(IEnumerable<Point>, Boolean)

선 세그먼트를 결정하는 지정된 점 목록과 세그먼트가 스트로크되는지 여부를 나타내는 값을 사용하여 PolyLineSegment 클래스의 새 인스턴스를 초기화합니다.

public:
 PolyLineSegment(System::Collections::Generic::IEnumerable<System::Windows::Point> ^ points, bool isStroked);
public PolyLineSegment (System.Collections.Generic.IEnumerable<System.Windows.Point> points, bool isStroked);
new System.Windows.Media.PolyLineSegment : seq<System.Windows.Point> * bool -> System.Windows.Media.PolyLineSegment
Public Sub New (points As IEnumerable(Of Point), isStroked As Boolean)

매개 변수

points
IEnumerable<Point>

PolyLineSegment의 선 세그먼트를 결정하는 점의 컬렉션입니다.

isStroked
Boolean

세그먼트가 스트로크되도록 하려면 true이고, 그렇지 않으면 false입니다.

적용 대상