GrAPiC
Graphics for Algo/Prog in C/C++

◆ image_draw() [2/2]

void grapic::image_draw ( Image &  im,
int  x,
int  y,
int  w = -1,
int  h = -1 
)
inline

Draw the image at position (x,y) with width=w and height=h (if w<0 or h<0 the original size of the image is used)