Graphics ::EnumerateMetafile(constMetafile*,constPointF&,EnumerateMetafileProc,VOID*,constImageAttributes*) , méthode (gdiplusgraphics.h)
La méthode Graphics ::EnumerateMetafile appelle une fonction de rappel définie par l’application pour chaque enregistrement dans un métafichier spécifié. Vous pouvez utiliser cette méthode pour afficher un métafichier en appelant PlayRecord dans la fonction de rappel.
Syntaxe
Status EnumerateMetafile(
const Metafile *metafile,
const PointF & destPoint,
EnumerateMetafileProc callback,
VOID *callbackData,
const ImageAttributes *imageAttributes
);
Paramètres
metafile
Type : [in] const Metafile*
Pointeur vers un métafichier à énumérer.
destPoint
Type : [in, ref] const Point
Référence à un point qui spécifie le coin supérieur gauche du métafichier affiché.
callback
Type : [in] EnumerateMetafileProc
Pointeur vers une fonction de rappel définie par l’application. Le prototype de la fonction de rappel est donné dans Gdiplustypes.h.
callbackData
Type : [in] VOID*
facultatif. Pointeur vers un bloc de données passé à la fonction de rappel. La valeur par défaut est NULL.
imageAttributes
Type : [in] ImageAttributes*
facultatif. Pointeur vers un objet ImageAttributes qui spécifie des ajustements de couleur pour le métafichier affiché. La valeur par défaut est NULL.
Valeur retournée
Type : État
Si la méthode réussit, elle retourne Ok, qui est un élément de l’énumération Status .
Si la méthode échoue, elle retourne l’un des autres éléments de l’énumération Status .
Configuration requise
Client minimal pris en charge | Windows XP, Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | gdiplusgraphics.h (inclure Gdiplus.h) |
Bibliothèque | Gdiplus.lib |
DLL | Gdiplus.dll |