IXRStroke::HitTest (Compact 2013)

3/28/2014

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

  • 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

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRStroke