Inesoft PrintCE SDK EVC++
prnDrawLine

The function draws a line.

void prnDrawLine(
    double
x1,
    double
y1,
    double
x2,
    double
y2
);

Parameters

(x1, y1) and (x2, y2)

set coordinates of the line beginning and end.

Remarks

Coordinates are set in the current measurement units (please refer to prnSetMeasureUnit)

Edging colour is determined by the last setting prnSetLineColor

Edging width is determined by the last setting prnSetLineWidth

 


© 2009 Inesoft. All rights reserved.