Circle Macro

Microchip Graphics Library

Microchip Graphics Library
Circle Macro
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 
Center x position. 
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.
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