Visual Basic (Declaration) | |
---|---|
Overrides Public Function HitTest( _ ByVal testPoint As AnnPoint, _ ByVal buffer As Integer _ ) As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- testPoint
- An AnnPoint structure that contains the point to be tested.
- buffer
- Value that represents the size of the point to test.
Return Value
This method returns FirstRulerHitTestObject or SecondRulerHitTestObject; or null (Nothing in Visual Basic) 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 DefaultHitTestValue, this method will return either FirstRulerHitTestObject or SecondRulerHitTestObject.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family