Linguagem

PathFigureCollection.Remove(PathFigure) Método

Definição

Remove um PathFigure objeto 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 remover da coleção.

Devoluções

true se value foi removido do PathFigureCollection; caso contrário, false.

Implementações

Exceções

É PathFigureCollection só de leitura.

-ou-

Tem PathFigureCollection um tamanho fixo.

Aplica-se a

Ver também