Creates an Bitmap from the specified file.
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);
BitmapEx Class | Resco.Drawing Namespace