Sdílet prostřednictvím


GeneralTransformCollection Konstruktory

Definice

Vytvoří nový GeneralTransformCollection objekt.

Přetížení

GeneralTransformCollection()

Inicializuje novou instanci GeneralTransformCollection třídy.

GeneralTransformCollection(IEnumerable<GeneralTransform>)

Inicializuje novou instanci GeneralTransformCollection třídy.

GeneralTransformCollection(Int32)

Inicializuje novou instanci GeneralTransformCollection třídy se zadanou kapacitou nebo počet GeneralTransform objektů, které kolekce zpočátku dokáže uložit.

GeneralTransformCollection()

Inicializuje novou instanci GeneralTransformCollection třídy.

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

Platí pro

GeneralTransformCollection(IEnumerable<GeneralTransform>)

Inicializuje novou instanci GeneralTransformCollection třídy.

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))

Parametry

collection
IEnumerable<GeneralTransform>

Počáteční objekt v nové třídě kolekce.

Výjimky

collection je null.

Platí pro

GeneralTransformCollection(Int32)

Inicializuje novou instanci GeneralTransformCollection třídy se zadanou kapacitou nebo počet GeneralTransform objektů, které kolekce zpočátku dokáže uložit.

public:
 GeneralTransformCollection(int capacity);
public GeneralTransformCollection (int capacity);
new System.Windows.Media.GeneralTransformCollection : int -> System.Windows.Media.GeneralTransformCollection
Public Sub New (capacity As Integer)

Parametry

capacity
Int32

Počet GeneralTransform objektů, které je kolekce zpočátku schopna uložit.

Platí pro