PointCollection.Remove(Point) Méthode

Définition

Supprime la première occurrence du .PointPointCollection

public:
 virtual bool Remove(System::Windows::Point value);
public bool Remove(System.Windows.Point value);
abstract member Remove : System.Windows.Point -> bool
override this.Remove : System.Windows.Point -> bool
Public Function Remove (value As Point) As Boolean

Paramètres

value
Point

À Point supprimer du PointCollection.

Retours

true si value elle a été supprimée du PointCollection; sinon, false.

Implémente

Exceptions

Il PointCollection est en lecture seule.

- ou -

La PointCollection taille est fixe.

S’applique à

Voir aussi