Inesoft PrintCE SDK EVC++
prnDrawCircle

The function draws a circle of the selected radius.

void prnDrawCircle(
    double
x1,
    double
y1,
    double
radius
);

Parameters

(x1, y1)

set coordinates of the circle centre radius is the circle radius.

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.