DrawingContext.PushEffect(BitmapEffect, BitmapEffectInput) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 제거될 때까지 모든 후속 그리기 작업에 적용됩니다.