PathFigureCollection 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 PathFigureCollection třídy.
Přetížení
PathFigureCollection() |
Inicializuje novou instanci PathFigureCollection třídy. |
PathFigureCollection(IEnumerable<PathFigure>) |
Inicializuje novou instanci PathFigureCollection třídy, která obsahuje zadané PathFigure objekty. |
PathFigureCollection(Int32) |
Inicializuje novou instanci PathFigureCollection třídy, která může zpočátku obsahovat zadaný počet PathFigure objektů. |
PathFigureCollection()
Inicializuje novou instanci PathFigureCollection třídy.
public:
PathFigureCollection();
public PathFigureCollection ();
Public Sub New ()
Platí pro
PathFigureCollection(IEnumerable<PathFigure>)
Inicializuje novou instanci PathFigureCollection třídy, která obsahuje zadané PathFigure objekty.
public:
PathFigureCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ collection);
public PathFigureCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> collection);
new System.Windows.Media.PathFigureCollection : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathFigureCollection
Public Sub New (collection As IEnumerable(Of PathFigure))
Parametry
- collection
- IEnumerable<PathFigure>
Kolekce PathFigure objektů, které společně tvoří geometrii objektu Path.
Výjimky
collection
je null
.
Platí pro
PathFigureCollection(Int32)
Inicializuje novou instanci PathFigureCollection třídy, která může zpočátku obsahovat zadaný počet PathFigure objektů.
public:
PathFigureCollection(int capacity);
public PathFigureCollection (int capacity);
new System.Windows.Media.PathFigureCollection : int -> System.Windows.Media.PathFigureCollection
Public Sub New (capacity As Integer)
Parametry
- capacity
- Int32
Počáteční kapacita tohoto PathFigureCollection.