MobileForms Toolkit Documentation

BitmapEx.FromFile Method

Creates an Bitmap from the specified file.

Overload List

Creates an Bitmap from the specified file.

public static Bitmap FromFile(string);

Creates an Bitmap from the specified file and scale by the specified scale factor.

public static Bitmap FromFile(string,SizeF);

See Also

BitmapEx Class | Resco.Drawing Namespace