PathFigureCollection.Remove(PathFigure) 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.
Supprime un objet PathFigure de la collection.
public:
virtual bool Remove(System::Windows::Media::PathFigure ^ value);
public bool Remove(System.Windows.Media.PathFigure value);
abstract member Remove : System.Windows.Media.PathFigure -> bool
override this.Remove : System.Windows.Media.PathFigure -> bool
Public Function Remove (value As PathFigure) As Boolean
Paramètres
- value
- PathFigure
Identifie le PathFigure à supprimer de la collection.
Retours
true si value a été supprimé de la PathFigureCollection ; sinon, false.