Click or drag to resize

TextureManagerContains Method

Determines whether a texture with the specified hash exists.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	string hash
)

Parameters

hash  String
The content hash.

Return Value

Boolean
true if the texture exists; otherwise, false.
See Also