PathFigureCollection.Contains(PathFigure) Metoda

Definice

Určuje, zda kolekce obsahuje zadanou PathFigurehodnotu .

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

Parametry

value
PathFigure

Dotaz PathFigure na

Návraty

true pokud value je v , PathFigureCollectionjinak hodnota false.

Implementuje

Platí pro

Viz také