Point3DCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia Point3D wartość w określonym indeksie opartym na zerze.

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

Parametry

index
Int32

Indeks zerowy obiektu Point3D do pobrania lub ustawienia.

Wartość właściwości

Point3D

Element w określonym indeksie.

Implementuje

Dotyczy