FreeImage.NET Class Library Reference
MemoryArrayTGetEnumerator Method |
Retrieves an object that can iterate through the individual
elements in this MemoryArrayT.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IEnumerator GetEnumerator()
Return Value
Type: IEnumeratorAn IEnumerator for the MemoryArrayT.
Implements
IEnumerableGetEnumeratorSee Also