BitmapEffectInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note: This API is now obsolete. The non-obsolete alternative is Effect. Initializes a new instance of the BitmapEffectInput class.
Overloads
BitmapEffectInput() |
Note: This API is now obsolete. The non-obsolete alternative is Effect. Initializes a new instance of the BitmapEffectInput class. |
BitmapEffectInput(BitmapSource) |
Note: This API is now obsolete. The non-obsolete alternative is Effect. Initializes a new instance of the BitmapEffectInput class using the BitmapSource as the source for this input. |
BitmapEffectInput()
Note: This API is now obsolete. The non-obsolete alternative is Effect. Initializes a new instance of the BitmapEffectInput class.
public:
BitmapEffectInput();
public BitmapEffectInput ();
Public Sub New ()
Applies to
BitmapEffectInput(BitmapSource)
Note: This API is now obsolete. The non-obsolete alternative is Effect. Initializes a new instance of the BitmapEffectInput class using the BitmapSource as the source for this input.
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)
Parameters
- input
- BitmapSource
The bitmap source to be used by this input object.