PathFigureCollection.Remove(PathFigure) Méthode

Définition

Supprime un objet PathFigure de la collection.

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

Paramètres

value
PathFigure

Identifie le PathFigure à supprimer de la collection.

Retours

true si value a été supprimé de la PathFigureCollection ; sinon, false.

Implémente

Exceptions

PathFigureCollection est en lecture seule.

- ou -

PathFigureCollection est de taille fixe.

S’applique à

Voir aussi