VisualTreeHelper.GetBitmapEffectInput(Visual) 메서드

정의

지정한 BitmapEffectInputVisual 값을 반환합니다.

public:
 static System::Windows::Media::Effects::BitmapEffectInput ^ GetBitmapEffectInput(System::Windows::Media::Visual ^ reference);
public static System.Windows.Media.Effects.BitmapEffectInput GetBitmapEffectInput (System.Windows.Media.Visual reference);
static member GetBitmapEffectInput : System.Windows.Media.Visual -> System.Windows.Media.Effects.BitmapEffectInput
Public Shared Function GetBitmapEffectInput (reference As Visual) As BitmapEffectInput

매개 변수

reference
Visual

비트맵 효과 입력 값을 포함하는 Visual입니다.

반환

BitmapEffectInput

BitmapEffectInput에 대한 Visual입니다.

적용 대상