PathFigure Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- start
- Point
PathFigurePro StartPoint .
- segments
- IEnumerable<PathSegment>
PathFigurePro Segments .
- closed
- Boolean
PathFigurePro IsClosed .