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입니다.

반환

Boolean

valuePathFigureCollection에 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보