BitmapImage::EndInit Method ()

 

Signals the end of the BitmapImage initialization.

Namespace:   System.Windows.Media.Imaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
virtual void EndInit() sealed

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: