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