MobileForms Toolkit Documentation

CompactImage.Load Method

Loads image from the specified stream.

Overload List

Loads image from the specified stream.

public void Load(Stream,ImageFormat);

Loads image from the specified stream further specifying the image format, background color, load options and size of the image.

public void Load(Stream,ImageFormat,Color,LoadOptions,Size);

Loads image from the specified stream further specifying the image format, frame number, background color, load options and size of the image.

public void Load(Stream,ImageFormat,int,Color,LoadOptions,Size);

Loads a new image into CompactImage object from the file system.

public void Load(string);

 

public void Load(string,Color,LoadOptions,Size);

Loads a new image into CompactImage object specifying the frame number, background color, load options and size from the file system.

public void Load(string,int,Color,LoadOptions,Size);

Loads an image from the specified URL.

public void Load(Uri);

Loads an image from the specified URL, further specifying the background color, load options and size of the image.

public void Load(Uri,Color,LoadOptions,Size);

Loads an image from the specified URL further specifying the frame number, background color, load options and size of the image.

public void Load(Uri,int,Color,LoadOptions,Size);

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace