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

实现

适用于