Windows apps
Collapse the table of content
Expand the table of content
Information
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 ()

 

Signals the start of the BitmapImage initialization.

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

public:
virtual void BeginInit() sealed

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.

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

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft