C
#define Circle(x, y, radius) Bevel(x, y, x, y, radius)
Overview
This macro draws a circle with the given center and radius.
Input Parameters
Input Parameters |
Description |
x |
Center x position. |
y |
Center y position. |
radius |
the radius of the circle. |
Returns
For NON-Blocking configuration:
- Returns 0 when device is busy and the shape is not yet completely drawn.
- Returns 1 when the shape is completely drawn.
- Always return 1.
Side Effects
none