NextMarker

NextMarker(out int, out int)

Incrémente leGraphicsPathIteratorau 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ètreTaperLa description
startIndexInt32&[out] La référence entière fournie à ce paramètre reçoit l’index du point qui commence un sous-chemin.
endIndexInt32&[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


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ètreTaperLa description
pathGraphicsPathLaGraphicsPath objet vers lequel les points seront copiés.

Return_Value

Le nombre de points entre ce marqueur et le suivant.

Voir également