Click or drag to resize

ImageGestureImage Methods

The ImageGestureImage type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckBit
Check if a bit is set in a ulong
Public methodClear
Reset all rows to 0 and all pixels to 0
Public methodClone
Clone this gesture image
Public methodDifference
Calculate how different this image is with another image. Images must be the same size to compare.
Public methodEquals
Check for equality
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetCodeForRowsInitialize
Gets a C# snippet that will create this image and populate the rows
Public methodGetHashCode
Get hash code
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Recalculate which pixels are on and off into a fast lookup of bits in ulong rows
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberNumberOfBitsSet
Get the number of bits set in a ulong
Public methodSetPixelWithPadding
Set a pixel to on. Does not recalculate any rows.
Public methodSimilarity
Compute the similarity with another image. Images must be the same size to compare.
Public methodToString (Inherited from Object.)
Top
See Also