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