Point3DCollection.Item[Int32] Özellik

Tanım

Belirtilen sıfır tabanlı dizinde değerini Point3D alır veya ayarlar.

public:
 property System::Windows::Media::Media3D::Point3D default[int] { System::Windows::Media::Media3D::Point3D get(int index); void set(int index, System::Windows::Media::Media3D::Point3D value); };
public System.Windows.Media.Media3D.Point3D this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Media3D.Point3D with get, set
Default Public Property Item(index As Integer) As Point3D

Parametreler

index
Int32

Alınacak veya ayarlanacağı Point3D nesnesinin sıfır tabanlı dizini.

Özellik Değeri

Point3D

Belirtilen dizindeki öğe.

Uygulamalar

Şunlara uygulanır