LCDLineOut

Declaration

Delphi

procedure LCDLineOut(x1, y1, x2, y2: Word);

C/C++

SOPAD_API void SOPAD_LCDLineOut(int x1, int y1, int x2, int y2);

Description

Pre-naturaSign signature devices with LCD support simple line drawing. This function draws a line on LCD for such devices.

Arguments

x1 and y1

First line end.

x2 and y2

Second line end.