- testPoint
- The Point to be tested.
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- testPoint
- The Point to be tested.
Return Value
A boolean value, true if the test point is on top of this AnnObjectBase header, false otherwise.This method is called internally by the annotation framework whenever the AnnEditDesigner.OnMouseLeftButtonDown method is called. You do not need to call this property directly.
testPoint should be in physical coordinates.
If the header of this object is invisible (IsHeaderVisible is set to false), this method will not be called.
By default, an annotation object will return true if hit-testing the header was satisfied.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family