PathFigureCollection.Add(PathFigure) 메서드

정의

PathFigure을 컬렉션의 끝에 추가합니다.

public:
 virtual void Add(System::Windows::Media::PathFigure ^ value);
public void Add (System.Windows.Media.PathFigure value);
abstract member Add : System.Windows.Media.PathFigure -> unit
override this.Add : System.Windows.Media.PathFigure -> unit
Public Sub Add (value As PathFigure)

매개 변수

value
PathFigure

컬렉션에 추가할 PathFigure입니다.

구현

예외

value이(가) null인 경우

PathFigureCollection이 읽기 전용인 경우

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

설명

때문에 PathFigure 개체에서 파생 Freezable를 사용할 때 복사 됩니다. 따라서 나중 있습니다 못할를 검색 하거나 제거 합니다 PathFigure 원래를 사용 하 여 컬렉션에 추가한 PathFigure 개체입니다. 합니다 PathFigure 컬렉션의 원래 복사본 PathFigure 다른 것으로 간주 됩니다 PathFigure 추가한 것입니다.

이 구현은 throw를 ArgumentException 추가 하려는 경우는 null (Nothing) 참조 합니다.

적용 대상