LibUIGL  3.17.5
Funciones
Referencia del Archivo Image.c

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)
 

Descripción detallada

Manejo de imágenes

Documentación de las funciones

◆ ImageDrawSize()

void ImageDrawSize ( Image  image,
int  x,
int  y,
int  width,
int  height 
)

Pinta con tamaño explícito

Parámetros
imageObjeto Image a pintar
xDistancia desde el borde izuierdo
yDistancia desde el borde superior
widthAnchura
heightAltura