TextEffectCollection コンストラクター

定義

TextEffectCollection クラスの新しいインスタンスを初期化します。

オーバーロード

TextEffectCollection()

TextEffectCollection クラスの新しいインスタンスを初期化します。

TextEffectCollection(IEnumerable<TextEffect>)

TextEffectCollection クラスの新しいインスタンスを初期化します。

TextEffectCollection(Int32)

空になっており、指定した初期量を備えた TextEffectCollection の新しいインスタンスを初期化します。

TextEffectCollection()

TextEffectCollection クラスの新しいインスタンスを初期化します。

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

適用対象

TextEffectCollection(IEnumerable<TextEffect>)

TextEffectCollection クラスの新しいインスタンスを初期化します。

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

パラメーター

collection
IEnumerable<TextEffect>

IEnumerable 型の列挙子。

適用対象

TextEffectCollection(Int32)

空になっており、指定した初期量を備えた TextEffectCollection の新しいインスタンスを初期化します。

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

パラメーター

capacity
Int32

新しいコレクションが最初に格納できる要素の数。

適用対象