GeometryCollection.Remove(Geometry) 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 la première occurrence du Geometry spécifié de GeometryCollection.
public:
virtual bool Remove(System::Windows::Media::Geometry ^ value);
public bool Remove (System.Windows.Media.Geometry value);
abstract member Remove : System.Windows.Media.Geometry -> bool
override this.Remove : System.Windows.Media.Geometry -> bool
Public Function Remove (value As Geometry) As Boolean
Paramètres
- value
- Geometry
Geometry à supprimer de ce GeometryCollection.
Retours
true
si value
a été supprimé de la collection ; sinon, false
.