Inesoft PrintCE SDK EVC++
prnDrawRect

The function draws a rectangle.

void prnDrawRect(
    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)

Filling colour is determined by the last setting prnSetFillColor

Edging colour is determined by the last setting prnSetLineColor

Edging width is determined by the last setting prnSetLineWidth

 


© 2009 Inesoft. All rights reserved.