PathFigureCollection.Remove(PathFigure) Metoda

Definicja

PathFigure Usuwa obiekt z kolekcji.

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

Parametry

value
PathFigure

Identyfikuje element PathFigure do usunięcia z kolekcji.

Zwraca

Boolean

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

Implementuje

Wyjątki

Element PathFigureCollection jest tylko do odczytu.

-lub- Element PathFigureCollection ma stały rozmiar.

Dotyczy

Zobacz też