Inesoft PrintCE SDK EVC++
prnDrawEllipse

This function draws an ellipse.

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

Parameters

(x1, y1) and (x2, y2)

set coordinates of the upper left and lower right angles of the rectangle inside of which the ellipse is to be drawn.

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.