GraphicsPathIterator, classe (gdipluspath.h)
Cette classe GraphicsPathIterator fournit des méthodes pour isoler des sous-ensembles sélectionnés du chemin d’accès stocké dans un objet GraphicsPath . Un chemin se compose d’une ou plusieurs figures. Vous pouvez utiliser un GraphicsPathIterator pour isoler une ou plusieurs de ces figures. Un chemin peut également avoir des marqueurs qui divisent le chemin en sections. Vous pouvez utiliser un objet GraphicsPathIterator pour isoler une ou plusieurs de ces sections.
Héritage
La classe GraphicsPathIterator implémente GdiplusBase.
Méthodes
La classe GraphicsPathIterator a ces méthodes.
GraphicsPathIterator::CopyData La méthode GraphicsPathIterator::CopyData copie un sous-ensemble des points de données du chemin d’accès vers un tableau PointF et copie un sous-ensemble des types de points du chemin vers un tableau BYTE. |
GraphicsPathIterator::Enumerate La méthode GraphicsPathIterator::Enumerate copie les points de données du chemin d’accès vers un tableau PointF et copie les types de points du chemin dans un tableau BYTE. |
GraphicsPathIterator::GetCount La méthode GraphicsPathIterator::GetCount retourne le nombre de points de données dans le chemin. |
GraphicsPathIterator::GetLastStatus La méthode GraphicsPathIterator::GetLastStatus retourne une valeur qui indique la nature de l’échec de méthode le plus récent de cet objet GraphicsPathIterator. |
GraphicsPathIterator::GetSubpathCount La méthode GraphicsPathIterator::GetSubpathCount retourne le nombre de sous-chemins (également appelés figures) dans le chemin. |
GraphicsPathIterator::GraphicsPathIterator Crée un objet GraphicsPathIterator::GraphicsPathIterator et l’associe à un objet GraphicsPath. |
GraphicsPathIterator::GraphicsPathIterator Constructeur de copie pour GraphicsPathIterator. |
GraphicsPathIterator::HasCurve La méthode GraphicsPathIterator::HasCurve détermine si le chemin a des courbes. |
GraphicsPathIterator::NextMarker La méthode GraphicsPathIterator::NextMarker obtient la section délimitée par des marqueurs suivante du chemin associé de cet itérateur. |
GraphicsPathIterator::NextMarker La méthode GraphicsPathIterator::NextMarker obtient l’index de départ et l’index de fin d’une section. |
GraphicsPathIterator::NextPathType La méthode GraphicsPathIterator::NextPathType obtient l’index de départ et l’index de fin du groupe suivant de points de données qui ont tous le même type. |
GraphicsPathIterator::NextSubpath La méthode GraphicsPathIterator::NextSubpath obtient la figure suivante (sous-chemin) à partir du chemin associé de cet itérateur. |
GraphicsPathIterator::NextSubpath La méthode GraphicsPathIterator::NextSubpath obtient l’index de départ et l’index de fin du sous-chemin suivant. |
GraphicsPathIterator::Rewind La méthode GraphicsPathIterator::Rewind rembobine cet itérateur au début de son chemin d’accès associé. |
Configuration requise
Plateforme cible | Windows |
En-tête | gdipluspath.h |