다음을 통해 공유


PointCollection.Add(Point) 메서드

정의

Point의 끝에 PointCollection를 추가합니다.

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

매개 변수

value
Point

Point의 끝에 추가할 PointCollection입니다.

구현

예외

value이(가) null인 경우

PointCollection이 읽기 전용인 경우

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

설명

일반적인 구현과 달리 ICollection<T>.Add,이 구현은 throw를 ArgumentException 추가 하려는 경우를 null (Nothing) 참조 합니다.

적용 대상

추가 정보