Performs hit-testing on this AnnObject header.
public bool HitTestHeader(
Point testPoint
)
Public Function HitTestHeader( _
ByVal testPoint As Point _
) As Boolean
public:
bool HitTestHeader(
Point testPoint
)
testPoint
The System.Windows.Point to be tested.
A boolean value, true if the test point is on top of this AnnObject 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.
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