BitmapEffect.GetOutput(BitmapEffectInput) 메서드

정의

주의

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

지정된 BitmapSource에 효과가 적용되면 발생하는 BitmapEffectInput를 반환합니다.

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

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

특성

적용 대상