PointCollection.Remove(Point) Methode

Definition

Entfernt das erste Vorkommen des angegebenen Point Aus.PointCollection

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

Parameter

value
Point

The Point to remove from the PointCollection.

Gibt zurück

true if value was removed from the PointCollection; otherwise, false.

Implementiert

Ausnahmen

Dies PointCollection ist schreibgeschützt.

-oder-

Die PointCollection Größe hat eine feste Größe.

Gilt für:

Weitere Informationen