GeometryCollection.Enumerator Estrutura

Definição

Enumera itens Geometry em um GeometryCollection.

public: value class GeometryCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Geometry ^>
public struct GeometryCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Geometry>
type GeometryCollection.Enumerator = struct
    interface IEnumerator<Geometry>
    interface IDisposable
    interface IEnumerator
type GeometryCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Geometry>
    interface IDisposable
type GeometryCollection.Enumerator = struct
    interface IEnumerator<Geometry>
    interface IEnumerator
    interface IDisposable
Public Structure GeometryCollection.Enumerator
Implements IEnumerator(Of Geometry)
Herança
GeometryCollection.Enumerator
Implementações

Propriedades

Current

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

Métodos

MoveNext()

Avança o enumerador para o próximo elemento da coleção.

Reset()

Redefine o enumerador com sua posição inicial, que é antes do primeiro elemento da coleção.

Implantações explícitas de interface

IDisposable.Dispose()

Este tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do código.

IEnumerator.Current

Este tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do código.

Aplica-se a