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

這個 BitmapEffectInputVisual

適用於