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