next up previous contents
Nächste Seite: j_ fillpolygon Aufwärts: Functions Vorherige Seite: j_ fillcircle   Inhalt


j_ filloval


Synopsis
void j_filloval ( int obj , int x , int y , int rx , int ry );

Argumente

obj : int
x : int
y : int
rx : int
ry : int

Beschreibung

Zeichnet einen gefüllten Oval mit dem Mittelpunkt (x,y) und den Hauptradien rx und ry in der momentan gesetzten Vordergrundfarbe. 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_filloval(canvas,100,50,80,40);
:

j_filloval.eps



Merten Joost 2003-02-26