TButtonBaseLoadImageFromByteArray Method
Loads a PNG image from a byte array.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
protected void LoadImageFromByteArray(
byte[] sourceArray,
ref PngImage destinationPngImage
)
Protected Sub LoadImageFromByteArray (
sourceArray As Byte(),
ByRef destinationPngImage As PngImage
)
Parameters
- sourceArray Byte
- The source byte array to load image from.
- destinationPngImage PngImage
- The reference to the output PngImage.
| ArgumentException |
Thrown if the provided sourceArray does not contain a valid PNG image.
|