Performs hit-testing on this AnnCrossProductObject 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
An AnnPoint structure that contains the point to be tested.
buffer
Value that represents the size of the point to test.
This method returns FirstRulerHitTestObject or SecondRulerHitTestObject; or null (Nothing in VB) if the test point does not hit this AnnCrossProductObject object.
The AnnCrossProductObject class overrides this method to fine-tune the return value for hit-testing. Instead of simply returning the default AnnObject.DefaultHitTestValue, this method will return either FirstRulerHitTestObject or SecondRulerHitTestObject.
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