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 제거될 때까지 모든 후속 그리기 작업에 적용됩니다.

적용 대상