I am writing a small application for WP7 using Silverlight, and it would be useful for my application to find out the main dimensions of the fingerprint (height, width). After searching, I found and used the TouchPoint.Size property. However, this always returns a value of 1 for height and width.
Is this expected on Windows Phone? Is this not supported? Is this a feature not supported by Silverlight? Is it possible to get this information to capture another API? Should I switch to XNA, does XNA support this information?
windows-phone-7 silverlight
Cerie
source share