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입니다.

구현

적용 대상