Click or drag to resize

ImageGestureImage Properties

The ImageGestureImage type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Height of the image
Public propertyName
A human readable name for this image
Public propertyPixels
Pixels of the image or null if no pixel data in which case just Rows is populated
Public propertyRows
Each bit is a pixel, each ulong is a row. Least significant bit is x = 0
Public propertyScore
The amount the image matched, where 1.0 is a perfect match
Public propertySimilarityPadding
Score padding to allow fuzzier (or negative for more precise) matches for this image
Public propertySize
Number of pixels in the image
Public propertyWidth
Width of the image
Top
See Also