PointCollection.Enumerator.Current Propiedad

Definición

Obtiene el elemento actual de la colección.

public:
 property System::Windows::Point Current { System::Windows::Point get(); };
public System.Windows.Point Current { get; }
member this.Current : System.Windows.Point
Public ReadOnly Property Current As Point

Valor de propiedad

Elemento actual de la colección.

Implementaciones

Excepciones

PointCollection se ha modificado después de la creación del enumerador.

Se aplica a

Consulte también