Overload | Description |
---|---|
LoadAsync(String,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified rectangle from the specified image file using the specified options asynchronously. |
LoadAsync(String,LeadRect,Object) | Loads the specified rectangle from the specified image file using default options asynchronously. |
LoadAsync(String,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified image file using specific options asynchronously. |
LoadAsync(String,Object) | Loads the specified image file using default options asynchronously. |
LoadAsync(Stream,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
LoadAsync(Stream,LeadRect,Object) | Loads the specified rectangle from the specified image stream using default options asynchronously. |
LoadAsync(Stream,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified image stream using specific options asynchronously. |
LoadAsync(Stream,Object) | Loads the specified image stream using default options asynchronously. |
LoadAsync(Uri,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified rectangle from the specified image URL using the specified options asynchronously. |
LoadAsync(Uri,LeadRect,Object) | Loads the specified rectangle from the specified image URL using default options asynchronously. |
LoadAsync(Uri,Int32,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified image URL using specified options asynchronously. |
LoadAsync(Uri,Object) | Loads the specified image URL using default options asynchronously. |
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)