Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

GPR_$CIRCLE_FILLED                GPR Calls                 GPR_$CIRCLE_FILLED


NAME
     gpr_$circle_filled - draws and fills a circle.

FORMAT
     gpr_$circle_filled (center, radius, status)

DESCRIPTION
     This routine draws and fills a circle with the specified radius around
     the specified center point.

     The coordinates you specify for the paramenter "center" are added to the
     corresponding coordinates of the origin for the current bitmap.  The
     resultant coordinate position is the center of the circle.

   Input Parameters
     center
          The center of the circle, in gpr_$position_t format.  This data type
          is 4 bytes long.

     radius
          The radius of the circle.  This is a 2-byte integer in the range 1 -
          32767.

   Output Parameters
     status
          Completion status, in status_$t format.

NOTES
     gpr_$circle_filled does not change the current position.

     When you have clipping enabled, you can specify coordinates outside the
     bitmap limits.  With clipping disabled, specifying coordinates outside
     the bitmap limits results in an error.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026