PathFigureCollection.Contains(PathFigure) Метод

Определение

Определяет, содержит ли коллекция указанный объект 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

Параметры

value
PathFigure

Запрашиваемый объект PathFigure.

Возвращаемое значение

Значение true, если ключ value содержится в PathFigureCollection; в противном случае — значение false.

Реализации

Применяется к

См. также раздел