TextEffectCollection Oluşturucular

Tanım

TextEffectCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

TextEffectCollection()

TextEffectCollection sınıfının yeni bir örneğini başlatır.

TextEffectCollection(IEnumerable<TextEffect>)

TextEffectCollection sınıfının yeni bir örneğini başlatır.

TextEffectCollection(Int32)

Boş olan ve belirtilen ilk kapasiteye sahip yeni TextEffectCollection bir örneği başlatır.

TextEffectCollection()

TextEffectCollection sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

TextEffectCollection(IEnumerable<TextEffect>)

TextEffectCollection sınıfının yeni bir örneğini başlatır.

public:
 TextEffectCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::TextEffect ^> ^ collection);
public TextEffectCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.TextEffect> collection);
new System.Windows.Media.TextEffectCollection : seq<System.Windows.Media.TextEffect> -> System.Windows.Media.TextEffectCollection
Public Sub New (collection As IEnumerable(Of TextEffect))

Parametreler

collection
IEnumerable<TextEffect>

türünde IEnumerablebir numaralandırıcı.

Şunlara uygulanır

TextEffectCollection(Int32)

Boş olan ve belirtilen ilk kapasiteye sahip yeni TextEffectCollection bir örneği başlatır.

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

Parametreler

capacity
Int32

Yeni koleksiyonun başlangıçta depolayabildiği öğe sayısı.

Şunlara uygulanır