next up previous contents
Nächste Seite: j_ drawimage Aufwärts: Functions Vorherige Seite: j_ drawcircle   Inhalt


j_ drawimagesource


Synopsis
void j_drawimagesource ( int obj , int x , int y , int w , int h , int* r , int* g , int* b );

Argumente

obj : int
x : int
y : int
w : int
h : int
r : int*
g : int*
b : int*

Beschreibung

Die Funktion stellt ein Bild an der Position (x,y) mit der Breite w und der Höhe h dar. Die Bilddaten werden als rot-, grün- und blau- Kanal in den Arrays r,g,b übergeben.

Zielkomponenten

Canvas, Image, Printer



Merten Joost 2003-02-26