next up previous contents
Nächste Seite: j_ drawstring Aufwärts: Functions Vorherige Seite: j_ drawroundrect   Inhalt


j_ drawscaleddimage


Synopsis
void j_drawscaleddimage ( int obj , int image , int sx , int sy , int sw , int sh , int tx , int ty , int tw , int th );

Argumente

obj : int
image : int
sx : int
sy : int
sw : int
sh : int
tx : int
ty : int
tw : int
th : int

Beschreibung

Kopiert einen Ausschnitt des Bildes image, der durch die Parameter (sx, sy, sw, sh) bestimmt wird an die Position (tx, ty) und scaliert den Ausschnitt auf die Breite tw und die Höhe th

Zielkomponenten

Canvas, Image, Printer



Merten Joost 2003-02-26