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