Performs hit-testing on this AnnGroupObject object.
Public Overrides Function HitTest( _
ByVal testPoint As Leadtools.Annotations.AnnPoint, _
ByVal buffer As Integer _
) As Object
public:
Object^ HitTest(
Leadtools.Annotations.AnnPoint testPoint,
int buffer
) override
testPoint
The AnnPoint structure that contains the point to test.
buffer
Value that represents the size of the test point. This value makes the test point a square with an edge length of "buffer" * 2. This square is used to hit test.
The AnnObject.DefaultHitTestValue if any annotation object within the group satisfies the hit test; or null (Nothing in VB) if the test point does not hit an annotation object in this AnnGroupObject object.
The AnnGroupObject will perform hit-testing on all the objects in the group. If any annotation object within the group satisfies the hit test, the return value will be AnnObject.DefaultHitTestValue. To find the object inside the group that satisfies the hit-test, enumerate all of the objects in the group and call AnnObject.HitTest manually. For more information, refer to AnnObject.HitTest.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET