Point3DCollection.Remove(Point3D) 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 .Point3DPoint3DCollection
public:
virtual bool Remove(System::Windows::Media::Media3D::Point3D value);
public bool Remove(System.Windows.Media.Media3D.Point3D value);
abstract member Remove : System.Windows.Media.Media3D.Point3D -> bool
override this.Remove : System.Windows.Media.Media3D.Point3D -> bool
Public Function Remove (value As Point3D) As Boolean
Paramètres
- value
- Point3D
Point3D à supprimer de cette collection.
Retours
true si value elle a été supprimée de la collection ; sinon, false.