Point3DCollection コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 の容量を指定する整数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET