/
LCDImage
LCDImage
Declaration
Delphi
procedure LCDImage(x, y: Word; Image: HBITMAP);
C/C++
SOPAD_API void SOPAD_LCDImage(int x, int y, HBITMAP hImage);
Description
Writes image on signature devices with LCD.
NOTE: This function only works with signature pads with colour display. For B/W Pads please see SetSignImage or SetSignImageEx
Arguments
x and y
Position of image top left corner.
Image
Windows bitmap image.
, multiple selections available,
Related content
LCDImageEx, LCDImageExR
LCDImageEx, LCDImageExR
More like this
SetSignImage
SetSignImage
More like this
ReadPreviewImage
ReadPreviewImage
More like this
SetSignImageEx
SetSignImageEx
More like this
SetLCDDefaultPictureOptions
SetLCDDefaultPictureOptions
More like this
OnDeviceLCDButtonHandler
OnDeviceLCDButtonHandler
Read with this