PointCollection.Enumerator Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumera itens de Point em um PointCollection.
public: value class PointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Point>
public struct PointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Point>
type PointCollection.Enumerator = struct
interface IEnumerator<Point>
interface IDisposable
interface IEnumerator
type PointCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Point>
interface IDisposable
type PointCollection.Enumerator = struct
interface IEnumerator
interface IDisposable
interface IEnumerator<Point>
Public Structure PointCollection.Enumerator
Implements IEnumerator(Of Point)
- Herança
- Implementações
Propriedades
| Nome | Description |
|---|---|
| Current |
Obtém o elemento atual da coleção. |
Métodos
| Nome | Description |
|---|---|
| MoveNext() |
Avança o enumerador para o próximo elemento na coleção. |
| Reset() |
Redefine o enumerador para sua posição inicial, que é antes do primeiro elemento na coleção. |
Implantações explícitas de interface
| Nome | Description |
|---|---|
| IDisposable.Dispose() |
Esse tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do seu código. |
| IEnumerator.Current |
Esse tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do seu código. |