next up previous contents
Nächste Seite: j_ filloval Aufwärts: Functions Vorherige Seite: j_ fillarc   Inhalt


j_ fillcircle


Synopsis
void j_fillcircle ( int obj , int x , int y , int r );

Argumente

obj : int
x : int
y : int
r : int

Beschreibung

Zeichnet einen gefülltes Kreis mit dem Mittelpunkt (x,y) und dem Radius r. Nullpunkt des Koordinatensystems ist die linke obere Ecke der Komponenten, die durch obj referenziert wird.

Zielkomponenten

Canvas, Image, Printer

Beispiel

:
canvas = j_canvas(frame,200,100);
j_fillcircle(canvas,100,50,40);
:

j_fillcircle.eps



Merten Joost 2003-02-26