LibUIGL
3.17.5
|
Funciones | |
Image | ImageLoad (const char *name, const char *filename) |
void | ImageDraw (Image image, int x, int y) |
void | ImageDrawSize (Image image, int x, int y, int width, int height) |
void | ImageDrawScaling (Image image, Rect *dstrect) |
void | ImageDrawSection (Image image, Rect *srcrect, int x, int y) |
void | ImageDelete (Image image) |
Manejo de imágenes
void ImageDrawSize | ( | Image | image, |
int | x, | ||
int | y, | ||
int | width, | ||
int | height | ||
) |
Pinta con tamaño explícito
image | Objeto Image a pintar |
x | Distancia desde el borde izuierdo |
y | Distancia desde el borde superior |
width | Anchura |
height | Altura |