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 비트맵 효과 입력 값이 들어 있는 값입니다.

반품

이에 BitmapEffectInputVisual대한 것입니다.

적용 대상