PointCollection.Remove(Point) Method

Definition

Removes the first occurrence of the specified Point from the 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

Parameters

value
Point

The Point to remove from the PointCollection.

Returns

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

Implements

Exceptions

The PointCollection is read-only.

-or-

The PointCollection has a fixed size.

Applies to

See also