PathFigureCollection.Contains(PathFigure) Método

Definição

Determina se a coleção contém o especificado PathFigure.

public:
 virtual bool Contains(System::Windows::Media::PathFigure ^ value);
public bool Contains(System.Windows.Media.PathFigure value);
abstract member Contains : System.Windows.Media.PathFigure -> bool
override this.Contains : System.Windows.Media.PathFigure -> bool
Public Function Contains (value As PathFigure) As Boolean

Parâmetros

value
PathFigure

O PathFigure ser interrogado para.

Devoluções

true se value estiver no PathFigureCollection; caso contrário, false.

Implementações

Aplica-se a

Ver também