anyKode Marilou
ContentsIndexHome
PreviousUpNext
Image::Image (int, int, Marilou::Commons::SurfaceFormats, bool)

Constructeur avec initialisation d'une image.

C++
Image(int Width, int Height, Marilou::Commons::SurfaceFormats Format, bool bEraseBits);
Parameters 
Description 
int Width 
[in] Largeur de l'image en pixels 
int Height 
[in] Hauteur de l'image en pixels 
Marilou::Commons::SurfaceFormats Format 
[in] Type de surface 
bool bEraseBits 
[in] Indique si la surface doit être remplie avec la valeur '0x00' 

L'instance est crée avec une image à la taille et au format spécifié en paramètre.

Ne fonctionne pas avec le format de surface JPG.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!