TextureManagerContains Method |
Determines whether a texture with the specified hash exists.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
string hash
)
Parameters
- hash String
- The content hash.
Return Value
Booleantrue if the texture exists; otherwise,
false.
See Also