Sdílet prostřednictvím


PolyLineSegment Konstruktory

Definice

Inicializuje novou instanci PolyLineSegment třídy.

Přetížení

PolyLineSegment()

Inicializuje novou instanci PolyLineSegment třídy.

PolyLineSegment(IEnumerable<Point>, Boolean)

Inicializuje novou instanci PolyLineSegment třídy se zadaným seznamem bodů, které určují segmenty čáry a hodnotu označující, zda jsou segmenty tahy.

PolyLineSegment()

Inicializuje novou instanci PolyLineSegment třídy.

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

Platí pro

PolyLineSegment(IEnumerable<Point>, Boolean)

Inicializuje novou instanci PolyLineSegment třídy se zadaným seznamem bodů, které určují segmenty čáry a hodnotu označující, zda jsou segmenty tahy.

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)

Parametry

points
IEnumerable<Point>

Kolekce bodů, které určují segmenty čáry .PolyLineSegment

isStroked
Boolean

trueaby segment byl tahaný; v opačném případě . false

Platí pro