Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

AreaCircle

Draws a Circle in an Area

Declaration

Source position: agraphics.pas line 2536

function AreaCircle(

  Rp: PRastPort;

  xCenter: SmallInt;

  yCenter: SmallInt;

  r: SmallInt

):LongWord;

Arguments

Rp

  

A pointer to a RastPort

xCenter

  

X coordinate for center of Circle

yCenter

  

Y coordinate for center of Circle

r

  

Radius of Circle

Description

Calls AreaEllipse() with a = b = r


Documentation generated on: 2021-07-30