ILNumerics Ultimate VS

HashCreator Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Helper class used to create hashes for renderable items (currently text only)

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingHashCreator

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public class HashCreator

The HashCreator type exposes the following members.

Constructors

  NameDescription
Public methodHashCreator
Initializes a new instance of the HashCreator class
Top
Methods

  NameDescription
Public methodStatic memberHash
Top
Remarks

This class should be used to retrieve an (unique) key for any renderable items used in ILNumerics.Drawing renderer classes. This way on can ensure not to create hash conflicts between different cached items.

[ILNumerics Visualization Engine]

See Also

Reference