The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BitmapImage::BeginInit Method ()
.NET Framework (current version)
Signals the start of the BitmapImage initialization.
Assembly: PresentationCore (in PresentationCore.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The BitmapImage is currently being initialized. BeginInit has already been called. -or- The BitmapImage has already been initialized. |
Property initialization must be done between BeginInit and EndInit calls. Once the BitmapImage has been initialized, property changes are ignored.
The following example demonstrates how to initialize a BitmapImage with a set of properties by using the BeginInit and EndInit methods.
.NET Framework
Available since 3.0
Available since 3.0
Show: