Click or drag to resize

TextureManagerGetEnumerator Method

[Missing <summary> documentation for "M:Altaxo.Graph.TextureManager.GetEnumerator"]


Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerator<KeyValuePair<string, ImageProxy>> GetEnumerator()

Return Value

IEnumeratorKeyValuePairString, ImageProxy

[Missing <returns> documentation for "M:Altaxo.Graph.TextureManager.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also