Voici la liste des fonctions de la rubrique AutoIt > GDIPlus > PathIterator.
Cliquez sur le nom d'une fonction pour obtenir une description détaillée.
Pour les utiliser, vous aurez besoin d'ajouter #include <GDIPlus.au3>.
User Defined Function | Description |
---|---|
_GDIPlus_PathIterCreate | Crée un nouvel objet GraphicsPathIterator associé à un objet GraphicsPath spécifié |
_GDIPlus_PathIterDispose | Libère un objet GraphicsPathIterator |
_GDIPlus_PathIterGetSubpathCount | Obtient le nombre de sous-tracés (également appelés figures) dans un tracé (GraphicsPath) |
_GDIPlus_PathIterNextMarkerPath | Obtient la section suivante, délimitée par un marqueur, d'un tracé (GraphicsPath) associé à un itérateur (GraphicsPathIterator) |
_GDIPlus_PathIterNextSubpathPath | Obtient la figure (sous-tracé) suivante d'un tracé (GraphicsPath) associé à un itérateur (GraphicsPathIterator) |
_GDIPlus_PathIterRewind | Rembobine un itérateur (GraphicsPathIterator) jusqu'au début de son tracé (GraphicsPath) qui lui est associé |