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� |