PathFigureCollection Konstruktoren
Definition
Initialisiert eine neue Instanz der PathFigureCollection-Klasse.Initializes a new instance of the PathFigureCollection class.
Überlädt
PathFigureCollection() |
Initialisiert eine neue Instanz der PathFigureCollection-Klasse.Initializes a new instance of the PathFigureCollection class. |
PathFigureCollection(IEnumerable<PathFigure>) |
Initialisiert eine neue Instanz der PathFigureCollection-Klasse, die die angegebenen PathFigure-Objekte enthält.Initializes a new instance of the PathFigureCollection class that contains the specified PathFigure objects. |
PathFigureCollection(Int32) |
Initialisiert eine neue Instanz der PathFigureCollection-Klasse, die zu Beginn die angegebene Anzahl von PathFigure-Objekten enthalten kann.Initializes a new instance of the PathFigureCollection class that can initially contain the specified number of PathFigure objects. |
PathFigureCollection()
Initialisiert eine neue Instanz der PathFigureCollection-Klasse.Initializes a new instance of the PathFigureCollection class.
public:
PathFigureCollection();
public PathFigureCollection ();
Public Sub New ()
Gilt für:
PathFigureCollection(IEnumerable<PathFigure>)
Initialisiert eine neue Instanz der PathFigureCollection-Klasse, die die angegebenen PathFigure-Objekte enthält.Initializes a new instance of the PathFigureCollection class that contains the specified PathFigure objects.
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))
Parameter
- collection
- IEnumerable<PathFigure>
Die Auflistung von PathFigure-Objekten, die gemeinsam die Geometrie des Path bilden.The collection of PathFigure objects which collectively make up the geometry of the Path.
Ausnahmen
collection
ist null
.collection
is null
.
Gilt für:
PathFigureCollection(Int32)
Initialisiert eine neue Instanz der PathFigureCollection-Klasse, die zu Beginn die angegebene Anzahl von PathFigure-Objekten enthalten kann.Initializes a new instance of the PathFigureCollection class that can initially contain the specified number of PathFigure objects.
public:
PathFigureCollection(int capacity);
public PathFigureCollection (int capacity);
new System.Windows.Media.PathFigureCollection : int -> System.Windows.Media.PathFigureCollection
Public Sub New (capacity As Integer)
Parameter
- capacity
- Int32
Die Anfangskapazität der PathFigureCollection.The initial capacity of this PathFigureCollection.