StrokeCollection.IndexOf(Stroke) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'index du Stroke spécifié dans StrokeCollection.
public:
int IndexOf(System::Windows::Ink::Stroke ^ stroke);
public int IndexOf (System.Windows.Ink.Stroke stroke);
override this.IndexOf : System.Windows.Ink.Stroke -> int
Public Function IndexOf (stroke As Stroke) As Integer
Paramètres
- stroke
- Stroke
Le trait dont la position est requise.
Retours
Index du trait.
Remarques
La IndexOf méthode retourne -1 s’il stroke
n’est pas membre du StrokeCollection.