MobileForms Toolkit Documentation

BitmapEx.FromArray Method (Byte[], SizeF)

Creates an Bitmap from the specified byte array and scale by the specified scale factor.

public static Bitmap FromArray(
byte[] array,
SizeF scaleFactor
);

Parameters

array
A byte arrat that represents the Bitmap to create.
scaleFactor
A SizeF containing the horizontal and vertical scaling factors.

Return Value

The Bitmap this method creates.

See Also

BitmapEx Class | Resco.Drawing Namespace | BitmapEx.FromArray Overload List