The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StrokeCollection::HitTest Method (Point)
.NET Framework (current version)
Returns a collection of strokes that intersect the specified point.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- point
-
Type:
System.Windows::Point
The point to hit test.
Return Value
Type: System.Windows.Ink::StrokeCollection^A collection of Stroke objects that intersect the specified point.
The following example demonstrates how to get the strokes that intersect the specified Point. This example assumes that there is an InkPresenter called presenter.
.NET Framework
Available since 3.0
Available since 3.0
Show: