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.