BitmapEffect.GetOutput(BitmapEffectInput) 메서드

정의

주의

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

효과가 지정된 BitmapSourceBitmapEffectInput 적용되면 해당 결과를 반환합니다.

public:
 System::Windows::Media::Imaging::BitmapSource ^ GetOutput(System::Windows::Media::Effects::BitmapEffectInput ^ input);
public System.Windows.Media.Imaging.BitmapSource GetOutput(System.Windows.Media.Effects.BitmapEffectInput input);
[System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
public System.Windows.Media.Imaging.BitmapSource GetOutput(System.Windows.Media.Effects.BitmapEffectInput input);
member this.GetOutput : System.Windows.Media.Effects.BitmapEffectInput -> System.Windows.Media.Imaging.BitmapSource
[<System.Obsolete("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")>]
member this.GetOutput : System.Windows.Media.Effects.BitmapEffectInput -> System.Windows.Media.Imaging.BitmapSource
Public Function GetOutput (input As BitmapEffectInput) As BitmapSource

매개 변수

input
BitmapEffectInput

효과를 적용할 입력입니다.

반품

BitmapSource 입력에 적용된 효과입니다.

특성

적용 대상