MobileForms Toolkit Documentation

CompactImage.Load Method (Stream, ImageFormat, Int32, 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 stream,
ImageFormat imageFormat,
int frame,
Color backgroundColor,
LoadOptions loadOptions,
Size maxSize
);

Parameters

stream
Stream to load the data from.
imageFormat
Format of the image.
frame
The number of frame to load.
backgroundColor
Not supported yet.
loadOptions
Not supported yet.
maxSize
Not supported yet.

See Also

CompactImage Class | Resco.Controls.ImageBox Namespace | CompactImage.Load Overload List