next up previous contents
Nächste Seite: j_ drawpixel Aufwärts: Functions Vorherige Seite: j_ drawline   Inhalt


j_ drawoval


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

Argumente

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

Beschreibung

Zeichnet einen 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_drawoval(canvas,100,50,80,40);
:

j_drawoval.eps



Merten Joost 2003-02-26