BitmapImage::EndInit Method ()
.NET Framework (current version)
Signals the end of the BitmapImage initialization.
Assembly: PresentationCore (in PresentationCore.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The UriSource or StreamSource properties are null. -or- The EndInit method is called without first calling BeginInit. |
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: