GeneralTransformCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet GeneralTransformCollection.
Surcharges
GeneralTransformCollection() |
Initialise une nouvelle instance de la classe GeneralTransformCollection. |
GeneralTransformCollection(IEnumerable<GeneralTransform>) |
Initialise une nouvelle instance de la classe GeneralTransformCollection. |
GeneralTransformCollection(Int32) |
Initialise une nouvelle instance de la classe GeneralTransformCollection avec la capacité spécifiée, ou le nombre d'objets GeneralTransform que la collection est initialement capable de stocker. |
GeneralTransformCollection()
Initialise une nouvelle instance de la classe GeneralTransformCollection.
public:
GeneralTransformCollection();
public GeneralTransformCollection ();
Public Sub New ()
S’applique à
GeneralTransformCollection(IEnumerable<GeneralTransform>)
Initialise une nouvelle instance de la classe GeneralTransformCollection.
public:
GeneralTransformCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::GeneralTransform ^> ^ collection);
public GeneralTransformCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.GeneralTransform> collection);
new System.Windows.Media.GeneralTransformCollection : seq<System.Windows.Media.GeneralTransform> -> System.Windows.Media.GeneralTransformCollection
Public Sub New (collection As IEnumerable(Of GeneralTransform))
Paramètres
- collection
- IEnumerable<GeneralTransform>
Objet initial dans la nouvelle classe de collection.
Exceptions
collection
a la valeur null
.
S’applique à
GeneralTransformCollection(Int32)
Initialise une nouvelle instance de la classe GeneralTransformCollection avec la capacité spécifiée, ou le nombre d'objets GeneralTransform que la collection est initialement capable de stocker.
public:
GeneralTransformCollection(int capacity);
public GeneralTransformCollection (int capacity);
new System.Windows.Media.GeneralTransformCollection : int -> System.Windows.Media.GeneralTransformCollection
Public Sub New (capacity As Integer)
Paramètres
- capacity
- Int32
Nombre d'objets GeneralTransform que la collection est initialement capable de stocker.