Transform3DCollection 생성자

정의

Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

Transform3DCollection()

Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

Transform3DCollection(IEnumerable<Transform3D>)

지정된 컬렉션을 사용하여 Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

Transform3DCollection(Int32)

지정한 용량을 사용하여 Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

Transform3DCollection()

Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 Transform3DCollection();
public Transform3DCollection ();
Public Sub New ()

적용 대상

Transform3DCollection(IEnumerable<Transform3D>)

지정된 컬렉션을 사용하여 Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 Transform3DCollection(System::Collections::Generic::IEnumerable<System::Windows::Media::Media3D::Transform3D ^> ^ collection);
public Transform3DCollection (System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.Transform3D> collection);
new System.Windows.Media.Media3D.Transform3DCollection : seq<System.Windows.Media.Media3D.Transform3D> -> System.Windows.Media.Media3D.Transform3DCollection
Public Sub New (collection As IEnumerable(Of Transform3D))

매개 변수

collection
IEnumerable<Transform3D>

Transform3DCollection을 인스턴스화하는 데 사용할 컬렉션입니다.

적용 대상

Transform3DCollection(Int32)

지정한 용량을 사용하여 Transform3DCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 Transform3DCollection(int capacity);
public Transform3DCollection (int capacity);
new System.Windows.Media.Media3D.Transform3DCollection : int -> System.Windows.Media.Media3D.Transform3DCollection
Public Sub New (capacity As Integer)

매개 변수

capacity
Int32

Transform3DCollection 용량을 지정하는 정수입니다.

적용 대상