Sdílet prostřednictvím


PathFigure Konstruktory

Definice

Inicializuje novou instanci PathFigure třídy.

Přetížení

PathFigure()

Inicializuje novou instanci PathFigure třídy.

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Inicializuje novou instanci PathFigure třídy se zadaným StartPoint, Segmentsa IsClosed hodnotami.

PathFigure()

Inicializuje novou instanci PathFigure třídy.

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

Platí pro

PathFigure(Point, IEnumerable<PathSegment>, Boolean)

Inicializuje novou instanci PathFigure třídy se zadaným StartPoint, Segmentsa IsClosed hodnotami.

public:
 PathFigure(System::Windows::Point start, System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^> ^ segments, bool closed);
public PathFigure (System.Windows.Point start, System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment> segments, bool closed);
new System.Windows.Media.PathFigure : System.Windows.Point * seq<System.Windows.Media.PathSegment> * bool -> System.Windows.Media.PathFigure
Public Sub New (start As Point, segments As IEnumerable(Of PathSegment), closed As Boolean)

Parametry

Platí pro