PathFigureCollection.Remove(PathFigure) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.