ImageGestureImage Methods |
The ImageGestureImage type exposes the following members.
Name | Description | |
---|---|---|
CheckBit |
Check if a bit is set in a ulong
| |
Clear |
Reset all rows to 0 and all pixels to 0
| |
Clone |
Clone this gesture image
| |
Difference |
Calculate how different this image is with another image. Images must be the same size to compare.
| |
Equals |
Check for equality
(Overrides ObjectEquals(Object).) | |
Finalize | (Inherited from Object.) | |
GetCodeForRowsInitialize |
Gets a C# snippet that will create this image and populate the rows
| |
GetHashCode |
Get hash code
(Overrides ObjectGetHashCode.) | |
GetType | (Inherited from Object.) | |
Initialize |
Recalculate which pixels are on and off into a fast lookup of bits in ulong rows
| |
MemberwiseClone | (Inherited from Object.) | |
NumberOfBitsSet |
Get the number of bits set in a ulong
| |
SetPixelWithPadding |
Set a pixel to on. Does not recalculate any rows.
| |
Similarity |
Compute the similarity with another image. Images must be the same size to compare.
| |
ToString | (Inherited from Object.) |