TransformCollection.Enumerator Struct

Definition

Supports a simple iteration over a TransformCollection.

public: value class TransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Transform ^>
public struct TransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Transform>
type TransformCollection.Enumerator = struct
    interface IEnumerator<Transform>
    interface IDisposable
    interface IEnumerator
type TransformCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Transform>
    interface IDisposable
type TransformCollection.Enumerator = struct
    interface IEnumerator<Transform>
    interface IEnumerator
    interface IDisposable
Public Structure TransformCollection.Enumerator
Implements IEnumerator(Of Transform)
Inheritance
TransformCollection.Enumerator
Implements

Remarks

Except where noted, members of this structure behave exactly as described by the IEnumerator interface.

Properties

Current

Gets the current item in the TransformCollection.

Methods

MoveNext()

Advances the enumerator to the next element in the collection.

Reset()

Resets the enumerator to its initial position, which is before the first item in the TransformCollection.

Explicit Interface Implementations

IDisposable.Dispose()

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

IEnumerator.Current

This type or member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Applies to

See also