LateBoundBitmapDecoder Class
Assembly: PresentationCore (in presentationcore.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public NotInheritable Class LateBoundBitmapDecoder Inherits BitmapDecoder 'Usage Dim instance As LateBoundBitmapDecoder
public final class LateBoundBitmapDecoder extends BitmapDecoder
public final class LateBoundBitmapDecoder extends BitmapDecoder
You cannot use this managed class in XAML.
A LateBoundBitmapDecoder is used when DelayCreation is specified. The Decoder property creates the necessary "real decoder" on an on-demand basis. All decoder properties return a null reference (Nothing in Visual Basic) while content is downloading.
A LateBoundBitmapDecoder can also be created when the system has an image that is asynchronously being downloaded locally. In this case, the decoder also returns a null reference (Nothing in Visual Basic) for properties until the image has been downloaded. The application can check the IsDownloading property or add a delegate for the DownloadCompleted event to monitor the download status. Furthermore, any frames obtained from a LateBoundBitmapDecoder while the image is downloading will return a width/height of 1,1 until the frames have finished downloaded.
BitmapFrame objects that are returned by this class are frozen and are therefore immutable.
System.Windows.Threading.DispatcherObject
System.Windows.Media.Imaging.BitmapDecoder
System.Windows.Media.Imaging.LateBoundBitmapDecoder
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.