Inesoft
PrintCE SDK EVC++ |
C++ Syntax: object.DrawCircle(
double x1,
double y1,
double radius
);eVB Syntax: object.DrawCircle x1, y1, radius
Parameters
(x1, y1)
set coordinates of the circle centre
radius
is the circle radius
Review
Coordinates are returned in the current measurement units (please refer to MeasureUnit property)
Filling colour is determined by FillColor property
Edging colour is determined by LineColor property
Edging width is determined by LineWidth property
© 2009 Inesoft. All rights reserved.