GSFCI(3g,L) AIX Technical Reference GSFCI(3g,L) ------------------------------------------------------------------------------- gsfci PURPOSE Fills a circle. C SYNTAX int gsfci_ (cx, cy, cr) int *cx, *cy, *cr; FORTRAN SYNTAX INTEGER function gsfci (cx, cy, cr) INTEGER cx, cy, cr PASCAL SYNTAX FUNCTION gsfci_ ( VAR cx, cy, cr : INTEGER ): INTEGER [PUBLIC]; DESCRIPTION The gsfci subroutine fills a circle of the specified radius. The radius is expressed in number of pixels. The relevant attributes are: o Color map o Plane mask o Fill color index o Fill pattern index o Logical operation. Parameters cx, cy Define the coordinates of the center of the circle. cr Defines the radius of the circle. If the radius is 0, a single point is filled at the center. If the radius is 0, a single point is filled at the center. Processed November 7, 1990 GSFCI(3g,L) 1 GSFCI(3g,L) AIX Technical Reference GSFCI(3g,L) RETURN VALUE GS_SUCC Successful. GS_CORD Invalid coordinate. GS_RDUS Invalid radius specification. GS_INAC Virtual terminal inactive. Processed November 7, 1990 GSFCI(3g,L) 2