TextEffectCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
新しいコレクションが最初に格納できる要素の数。