PointCollection.Enumerator.Current Propriedade

Definição

Obtém o elemento atual na coleção.

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 da propriedade

Point

O elemento atual da coleção.

Implementações

Exceções

A PointCollection foi modificada depois da criação do enumerador.

Aplica-se a

Confira também