PointCollection.Remove(Point) Metoda

Definicja

Usuwa pierwsze wystąpienie określonego Point elementu z elementu 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

Parametry

value
Point

Element Point do usunięcia z elementu PointCollection.

Zwraca

true jeśli value element został usunięty z obiektu PointCollection; w przeciwnym razie false.

Implementuje

Wyjątki

Element PointCollection jest tylko do odczytu.

-lub-

Element PointCollection ma stały rozmiar.

Dotyczy

Zobacz też