Search
TextureBrush.GetHashCode Method
See Also
 





Returns the hash code for this brush instance.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public override int GetHashCode ()

Visual Basic  Copy Code

Public Overrides Function GetHashCode () As Integer

 Return Value

A hash code for this object.

 See Also