Point3DCollection Конструкторы

Определение

Инициализирует новый экземпляр класса Point3DCollection.

Перегрузки

Point3DCollection()

Инициализирует новый экземпляр класса Point3DCollection.

Point3DCollection(IEnumerable<Point3D>)

Инициализирует новый экземпляр класса Point3DCollection с использованием указанной коллекции.

Point3DCollection(Int32)

Инициализирует новый экземпляр класса Point3DCollection с указанной емкостью.

Point3DCollection()

Инициализирует новый экземпляр класса Point3DCollection.

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

Применяется к

Point3DCollection(IEnumerable<Point3D>)

Инициализирует новый экземпляр класса Point3DCollection с использованием указанной коллекции.

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

Параметры

collection
IEnumerable<Point3D>

Коллекция, из которой создается Point3DCollection.

Применяется к

Point3DCollection(Int32)

Инициализирует новый экземпляр класса Point3DCollection с указанной емкостью.

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

Параметры

capacity
Int32

Целое число, задающее емкость коллекции Point3DCollection.

Применяется к