PathFigureCollection.Remove(PathFigure) Método

Definição

Remove um objeto PathFigure da coleção.

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 o PathFigure a ser removido da coleção.

Retornos

true se value tiver sido removido da PathFigureCollection, caso contrário, false.

Implementações

Exceções

O PathFigureCollection é somente leitura.

- ou -

O PathFigureCollection tem um tamanho fixo.

Aplica-se a

Confira também