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
此输入对象要使用的位图源。