MobileForms Toolkit Documentation

ImageBox.LoadImage Method

Creates a new CompactImage object, loads an image from the specified stream into it and displays it using ImageBox.

Overload List

Creates a new CompactImage object, loads an image from the specified stream into it and displays it using ImageBox.

public void LoadImage(Stream,ImageFormat);

Creates a new CompactImage object, loads an image from the specified stream into it with specified frame number and displays it using ImageBox.

public void LoadImage(Stream,ImageFormat,int);

Creates a new CompactImage object, loads an image from a file system into it and displays it using ImageBox.

public void LoadImage(string);

Creates a new CompactImage object, loads an image from a file system into it with specified frame number and displays it using ImageBox.

public void LoadImage(string,int);

Creates a new CompactImage object, loads an image from the specified ULR into it and displays it using ImageBox.

public void LoadImage(Uri);

Creates a new CompactImage object, loads an image from the specified ULR into it and displays it using ImageBox.

public void LoadImage(Uri,int);

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace