PathFigureCollection 생성자

정의

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의 초기 용량입니다.

적용 대상