C
#define FillCircle(x1, y1, rad) FillBevel(x1, y1, x1, y1, rad)
Overview
This macro draws a filled circle. Uses the FillBevel() function.
Input Parameters
Input Parameters |
Description |
x1 |
x coordinate position of the center of the circle. |
y1 |
y coordinate position of the center of the circle. |
rad |
defines the redius 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