PathFigureCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
PathFigureCollection 클래스의 새 인스턴스를 초기화합니다.
오버로드
PathFigureCollection() |
PathFigureCollection 클래스의 새 인스턴스를 초기화합니다. |
PathFigureCollection(IEnumerable<PathFigure>) |
지정된 PathFigureCollection 개체를 포함하는 PathFigure 클래스의 새 인스턴스를 초기화합니다. |
PathFigureCollection(Int32) |
처음부터 지정된 수의 PathFigureCollection 개체를 포함할 수 있는 PathFigure 클래스의 새 인스턴스를 초기화합니다. |
PathFigureCollection()
PathFigureCollection 클래스의 새 인스턴스를 초기화합니다.
public:
PathFigureCollection();
public PathFigureCollection ();
Public Sub New ()
적용 대상
PathFigureCollection(IEnumerable<PathFigure>)
지정된 PathFigureCollection 개체를 포함하는 PathFigure 클래스의 새 인스턴스를 초기화합니다.
public:
PathFigureCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^> ^ collection);
public PathFigureCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure> collection);
new System.Windows.Media.PathFigureCollection : seq<System.Windows.Media.PathFigure> -> System.Windows.Media.PathFigureCollection
Public Sub New (collection As IEnumerable(Of PathFigure))
매개 변수
- collection
- IEnumerable<PathFigure>
PathFigure의 기하 도형을 전체적으로 구성하는 Path 개체의 컬렉션입니다.
예외
collection
이(가) null
인 경우
적용 대상
PathFigureCollection(Int32)
처음부터 지정된 수의 PathFigureCollection 개체를 포함할 수 있는 PathFigure 클래스의 새 인스턴스를 초기화합니다.
public:
PathFigureCollection(int capacity);
public PathFigureCollection (int capacity);
new System.Windows.Media.PathFigureCollection : int -> System.Windows.Media.PathFigureCollection
Public Sub New (capacity As Integer)
매개 변수
- capacity
- Int32
이 PathFigureCollection의 초기 용량입니다.