PathFigureCollection.Remove(PathFigure) Método

Definición

Quita un objeto PathFigure de la colección.

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

Parámetros

value
PathFigure

Identifica el objeto PathFigure que se va a quitar de la colección.

Devoluciones

Es true si se quitó value de PathFigureCollection; de lo contrario, es false.

Implementaciones

Excepciones

PathFigureCollection es de solo lectura.

o bien

PathFigureCollection tiene un tamaño fijo.

Se aplica a

Consulte también