Graphics::FillPath, méthode (gdiplusgraphics.h)
La méthode Graphics::FillPath utilise un pinceau pour remplir l’intérieur d’un chemin d’accès. Si une figure du chemin d’accès n’est pas fermée, cette méthode traite la figure non fermée comme si elle était fermée par une ligne droite qui relie les points de début et de fin de la figure.
Syntaxe
Status FillPath(
[in] const Brush *brush,
[in] const GraphicsPath *path
);
Paramètres
[in] brush
Type : const Brush*
Pointeur vers un objet Brush utilisé pour peindre l’intérieur du chemin.
[in] path
Type : const GraphicsPath*
Pointeur vers un objet GraphicsPath qui spécifie le chemin d’accès.
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 |