TImageButtonLoadImageIconFromByteArray Method
Loads image from a byte array for the icon.
Namespace: BeeMobile.TransparentControlsAssembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
public void LoadImageIconFromByteArray(
byte[] sourceArray
)
Public Sub LoadImageIconFromByteArray (
sourceArray As Byte()
)
Parameters
- sourceArray Byte
- The source byte array.