Ink.HitTest - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Returns the Strokes collection contained within the specified area.
Список перегрузки
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы