BitmapEffectInput 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意:此 API 现已过时。 未过时的替代项为 Effect。 初始化 BitmapEffectInput 类的新实例。
重载
BitmapEffectInput() |
注意:此 API 现已过时。 未过时的替代项为 Effect。 初始化 BitmapEffectInput 类的新实例。 |
BitmapEffectInput(BitmapSource) |
注意:此 API 现已过时。 未过时的替代项为 Effect。 通过将 BitmapEffectInput 用作此输入的源,初始化 BitmapSource 类的新实例。 |
BitmapEffectInput()
注意:此 API 现已过时。 未过时的替代项为 Effect。 初始化 BitmapEffectInput 类的新实例。
public:
BitmapEffectInput();
public BitmapEffectInput ();
Public Sub New ()
适用于
BitmapEffectInput(BitmapSource)
注意:此 API 现已过时。 未过时的替代项为 Effect。 通过将 BitmapEffectInput 用作此输入的源,初始化 BitmapSource 类的新实例。
public:
BitmapEffectInput(System::Windows::Media::Imaging::BitmapSource ^ input);
public BitmapEffectInput (System.Windows.Media.Imaging.BitmapSource input);
new System.Windows.Media.Effects.BitmapEffectInput : System.Windows.Media.Imaging.BitmapSource -> System.Windows.Media.Effects.BitmapEffectInput
Public Sub New (input As BitmapSource)
参数
- input
- BitmapSource
要由此输入对象使用的位图源。