![Citizen CL-E300 Скачать руководство пользователя страница 81](http://html1.mh-extra.com/html/citizen/cl-e300/cl-e300_programming-manual_2610002081.webp)
CITIZEN Android Label Print SDK
—
Programming Manual
81
2.3.17 drawCircle method
Syntax
int drawCircle (int x, int y, int radius)
Parameters
Parameter
[IN/OUT] Description
Setting range
x
[IN]
Start position
(
X-coordinate, center)
0000 - 9999
* The origin is at bottom-left.(0, 0)
y
[IN]
Start position
(Y
-coordinate, center)
radius
[IN]
Radius
0000 - 0398
Description
Draws a circle of the specified radius.
Return value
Returns CLS_SUCCESS(0) on success, an error code otherwise. See "
" for the error
codes.
Example
design.drawCircle(50, 50, 15);