Inesoft PrintCE SDK EVC++
prnDrawSolidRect

The function draws a rectangle filled with the selected colour.

void prnDrawSolidRect(
    double
x1,
    double
y1,
    double
x2,
    double
y2,
    COLORREF
color
);

Parameters

(x1, y1) and (x2, y2)

set coordinates of the upper left and lower right angles of the rectangle color is the rectangle’s colour.

color

Specifies the filled color

Remarks

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

 


© 2009 Inesoft. All rights reserved.