Circle(integer,integer,word) Method

X, Y középpontú kört rajzol, a megadott sugárral.

Namespace: Graph
procedure Circle(const X, Y: integer; const Radius: word);

Parameters

X
Type: integer

Y
Type: integer

Radius
Type: word

A rajzolás a SetColor által megadott színnel történik.

Reference