言語

BitmapEffectCollection コンストラクター

定義

注: この API は廃止されました。 廃止されていない代替手段は EffectBitmapEffectCollection クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
BitmapEffectCollection()

注: この API は廃止されました。 廃止されていない代替手段は EffectBitmapEffectCollection クラスの新しいインスタンスを初期化します。

BitmapEffectCollection(IEnumerable<BitmapEffect>)

注: この API は廃止されました。 廃止されていない代替手段は Effect。 指定したコレクションを使用して、 BitmapEffectCollection クラスの新しいインスタンスを初期化します。

BitmapEffectCollection(Int32)

注: この API は廃止されました。 廃止されていない代替手段は Effect。 指定した容量で BitmapEffectCollection クラスの新しいインスタンスを初期化するか、コレクションが最初に格納できる BitmapEffect オブジェクトの数を初期化します。

BitmapEffectCollection()

注: この API は廃止されました。 廃止されていない代替手段は EffectBitmapEffectCollection クラスの新しいインスタンスを初期化します。

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

適用対象

BitmapEffectCollection(IEnumerable<BitmapEffect>)

注: この API は廃止されました。 廃止されていない代替手段は Effect。 指定したコレクションを使用して、 BitmapEffectCollection クラスの新しいインスタンスを初期化します。

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

パラメーター

collection
IEnumerable<BitmapEffect>

初期化に使用されるコレクション。

適用対象

BitmapEffectCollection(Int32)

注: この API は廃止されました。 廃止されていない代替手段は Effect。 指定した容量で BitmapEffectCollection クラスの新しいインスタンスを初期化するか、コレクションが最初に格納できる BitmapEffect オブジェクトの数を初期化します。

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

パラメーター

capacity
Int32

コレクションの初期容量。

適用対象