PathFigureCollection.Add(PathFigure) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
인 경우
설명
때문에 PathFigure 개체에서 파생 Freezable를 사용할 때 복사 됩니다. 따라서 나중 있습니다 못할를 검색 하거나 제거 합니다 PathFigure 원래를 사용 하 여 컬렉션에 추가한 PathFigure 개체입니다. 합니다 PathFigure 컬렉션의 원래 복사본 PathFigure 다른 것으로 간주 됩니다 PathFigure 추가한 것입니다.
이 구현은 throw를 ArgumentException 추가 하려는 경우는 null (Nothing) 참조 합니다.