Point3DCollection.Remove(Point3D) メソッド

定義

Point3D 内で最初に見つかった指定の Point3DCollection を削除します。

public:
 virtual bool Remove(System::Windows::Media::Media3D::Point3D value);
public bool Remove (System.Windows.Media.Media3D.Point3D value);
abstract member Remove : System.Windows.Media.Media3D.Point3D -> bool
override this.Remove : System.Windows.Media.Media3D.Point3D -> bool
Public Function Remove (value As Point3D) As Boolean

パラメーター

value
Point3D

このコレクションから削除する Point3D。

戻り値

Boolean

value がコレクションから削除された場合は true。それ以外の場合は false

実装

適用対象