DrawingContext.PushEffect(BitmapEffect, BitmapEffectInput) メソッド

定義

注意事項

BitmapEffects are deprecated and no longer function. Consider using Effects where appropriate instead.

指定した BitmapEffect を描画コンテキストにプッシュします。

public:
 abstract void PushEffect(System::Windows::Media::Effects::BitmapEffect ^ effect, System::Windows::Media::Effects::BitmapEffectInput ^ effectInput);
public abstract void PushEffect(System.Windows.Media.Effects.BitmapEffect effect, System.Windows.Media.Effects.BitmapEffectInput effectInput);
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public abstract void PushEffect(System.Windows.Media.Effects.BitmapEffect effect, System.Windows.Media.Effects.BitmapEffectInput effectInput);
abstract member PushEffect : System.Windows.Media.Effects.BitmapEffect * System.Windows.Media.Effects.BitmapEffectInput -> unit
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
abstract member PushEffect : System.Windows.Media.Effects.BitmapEffect * System.Windows.Media.Effects.BitmapEffectInput -> unit
Public MustOverride Sub PushEffect (effect As BitmapEffect, effectInput As BitmapEffectInput)

パラメーター

effect
BitmapEffect

後続の図面に適用する効果。

effectInput
BitmapEffectInput

効果が適用される領域。または、その効果を後続の図面の領域全体に適用する場合に null します。

属性

注釈

この効果は、 Pop コマンドによって削除されるまで、後続のすべての描画操作に適用されます。

適用対象