Performs hit-testing on this
AnnGroupObject object.
Parameters
- 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.
Return Value
The
AnnObject.DefaultHitTestValue if any annotation object within the group satisfies the hit test; or null (Nothing in Visual Basic) if the test point does not hit an annotation object in this
AnnGroupObject object.