Ink.HitTest Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the Strokes collection contained within the specified area.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HitTest(Point, Single) | Returns the Strokes collection of Stroke objects that are either completely inside or intersected by a known circle. | |
HitTest(array<Point[], Single) | Returns the Strokes collection contained within a polyline selection boundary. | |
HitTest(Rectangle, Single) | Returns the Strokes collection contained within a known Rectangle. | |
HitTest(array<Point[], Single, array<Point[]%) | Returns the Strokes collection contained within a polyline selection boundary. |
Top