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

如果 value 位於 PathFigureCollection 中,則為 true,否則為 false

實作

適用於

另請參閱