Inesoft PrintCE SDK EVC++
prnDrawRoundRect

The function draws a rectangle with rounded corners.

void prnDrawRoundRect(
    double
x1,
    double
y1,
    double
x2,
    double
y2,
    double
width,
    double height
);

Parameters

(x1, y1) and (x2, y2)

set coordinates of the upper left and lower right angles of the
rectangle width and height set width and height of the ellipse for angle roundings.

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

See Also

prnDrawText

 


© 2009 Inesoft. All rights reserved.