IXRStroke::HitTest (Windows Embedded CE 6.0)
1/6/2010
This method indicates whether a specified IXRStylusPointCollection intersects with the IXRStroke object.
Syntax
virtual HRESULT STDMETHODCALLTYPE HitTest(
__in IXRStylusPointCollection *pStylusPointCollection,
__out bool *pValue
) = 0;
Parameters
- pStylusPointCollection
[in] Points to an IXRStylusPointCollection object to be tested.
- pValue
[out] Returns true if the point collection intersects with this stroke; otherwise, false.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Ink.Stroke.HitTest
Requirements
Header | XamlRuntime.h |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |