| ImageGestureImage Properties | 
The ImageGestureImage type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Height | 
            Height of the image
             | 
|  | Name | 
            A human readable name for this image
             | 
|  | Pixels | 
            Pixels of the image or null if no pixel data in which case just Rows is populated
             | 
|  | Rows | 
            Each bit is a pixel, each ulong is a row. Least significant bit is x = 0
             | 
|  | Score | 
            The amount the image matched, where 1.0 is a perfect match
             | 
|  | SimilarityPadding | 
            Score padding to allow fuzzier (or negative for more precise) matches for this image
             | 
|  | Size | 
            Number of pixels in the image
             | 
|  | Width | 
            Width of the image
             | 
 See Also
See Also