MobileForms Toolkit Documentation

BitmapEx.FromStream Method

Creates an Bitmap from the specified data stream.

Overload List

Creates an Bitmap from the specified data stream.

public static Bitmap FromStream(Stream);

Creates an Bitmap from the specified data stream and scale by the specified scale factor.

public static Bitmap FromStream(Stream,SizeF);

See Also

BitmapEx Class | Resco.Drawing Namespace