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