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

戻り値

valuePathFigureCollection 内にある場合は true、それ以外の場合は false

実装

適用対象

こちらもご覧ください