Leadtools.Codecs Namespace > RasterCodecs Class : Load Method |
Overload | Description |
---|---|
Load(String) | Loads the specified image file using default options. |
Load(Stream) | Loads the specified image stream using default options. |
Load(String,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads the specified image file using specific options. |
Load(Stream,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads the specified image stream using specific options |
Load(Stream,Int64,Int64) | Loads an image file, letting you specify the location of the image data within the stream. |
Load(Stream,Int64,Int64,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads an image file, letting you specify the location of the image data within the stream and the options to use when loading. |
Load(String,LeadRect) | Loads the specified rectangle from the specified image file using default options. |
Load(Stream,LeadRect) | Loads the specified rectangle from the specified image stream using default options. |
Load(String,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads the specified rectangle from the specified image file using the specified options. |
Load(Stream,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads the specified rectangle from the specified image stream using the specified options. |
Load(String,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder) | Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads. |
Load(String,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder,Int32,Int32) | Loads an image file to the desired width, height, and bits per pixel, resizing as it loads. |
Load(Stream,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder) | Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads. |
Load(Stream,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder,Int32,Int32) | Loads an image file to the desired width, height, and bits per pixel, resizing as it loads. |
Load(Uri) | Loads the specified image URL using default options. |
Load(Uri,Int32,CodecsLoadByteOrder,Int32,Int32) | Loads the specified image URL using specified options. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2