다음을 통해 공유


PointCollection.Remove(Point) 메서드

정의

Point에서 맨 처음 발견되는 지정된 PointCollection을 제거합니다.

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

매개 변수

value
Point

Point에서 제거할 PointCollection입니다.

반환

Boolean

valuePointCollection에서 제거되었으면 true이고, 그렇지 않으면 false입니다.

구현

예외

PointCollection이 읽기 전용인 경우

또는 PointCollection가 고정 크기입니다.

적용 대상

추가 정보