Click or drag to resize

YRessourceManagerGetBitmapFromByteArray Method

Get a Bitmap object from a byte array.

Namespace: Upsilon.Common.Forms.Resources
Assembly: Upsilon.Common.Forms (in Upsilon.Common.Forms.dll) Version: 2.3.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static Bitmap GetBitmapFromByteArray(
	byte[] imageData
)

Parameters

imageData  Byte
The byte array.

Return Value

Bitmap
The bitmap.
See Also