PathFigureCollection.Remove(PathFigure) Metoda

Definice

Odebere PathFigure objekt z kolekce.

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

Identifikuje PathFigure odebrání z kolekce.

Návraty

Boolean

true byla-li value odebrána z ; PathFigureCollectionjinak , false.

Implementuje

Výjimky

Jedná se PathFigureCollection o jen pro čtení.

-nebo- Má PathFigureCollection pevnou velikost.

Platí pro

Viz také