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

DrawCircle

Draws a Circle

Declaration

Source position: agraphics.pas line 2184

procedure DrawCircle(

  Rp: PRastPort;

  xCenter: LongInt;

  yCenter: LongInt;

  r: LongInt

);

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 DrawEllipse() with a = b = r

See also

DrawEllipse

  

Draw an ellipse centered at cx,cy with vertical and horizontal radii of a,b respectively


Documentation generated on: 2021-07-30