NextMarker
Contenu
[
Cacher
]NextMarker(out int, out int)
Incrémente leGraphicsPathIterator
au marqueur suivant dans le chemin et renvoie les index de début et de fin au moyen des paramètres [out].
public int NextMarker(out int startIndex, out int endIndex)
Paramètre | Taper | La description |
---|---|---|
startIndex | Int32& | [out] La référence entière fournie à ce paramètre reçoit l’index du point qui commence un sous-chemin. |
endIndex | Int32& | [out] La référence entière fournie à ce paramètre reçoit l’index du point qui termine le sous-chemin vers lequel pointe startIndex. |
Return_Value
Le nombre de points entre ce marqueur et le suivant.
Voir également
- class GraphicsPathIterator
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing
NextMarker(GraphicsPath)
CeciGraphicsPathIterator
l’objet a unGraphicsPath
objet qui lui est associé. Cette méthode incrémente l’objet associéGraphicsPath
au marqueur suivant dans son chemin et copie tous les points contenus entre le marqueur courant et le marqueur suivant (ou fin de chemin) dans un secondGraphicsPath
objet passé au paramètre.
public int NextMarker(GraphicsPath path)
Paramètre | Taper | La description |
---|---|---|
path | GraphicsPath | LaGraphicsPath objet vers lequel les points seront copiés. |
Return_Value
Le nombre de points entre ce marqueur et le suivant.
Voir également
- class GraphicsPath
- class GraphicsPathIterator
- espace de noms System.Drawing.Drawing2D
- Assemblée Aspose.Drawing