FillCircle Macro

Microchip Graphics Library

Microchip Graphics Library
FillCircle Macro
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.
For Blocking configuration:
  • Always return 1.

Side Effects

none

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved