PathFigureCollection.Remove(PathFigure) 메서드

정의

컬렉션에서 PathFigure 개체를 제거합니다.

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

매개 변수

value
PathFigure

컬렉션에서 제거할 PathFigure 을 식별합니다.

반환

Boolean

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

구현

예외

PathFigureCollection이 읽기 전용인 경우

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

적용 대상

추가 정보