Click or drag to resize

TextureManagerItem Property

Gets a texture by its content hash.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ImageProxy this[
	string hash
] { get; }

Parameters

hash  String
The content hash.

Property Value

ImageProxy
See Also