PathFigureCollection.Contains(PathFigure) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷集合是否包含指定的 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。
傳回
如果 value
位於 PathFigureCollection 中,則為 true
,否則為 false
。