C#
VB
C++
Performs hit-testing on this AnnControlPoint.
public virtual bool HitTest(
AnnPoint testPoint,
AnnPoint centerPoint,
AnnUnitConverter converter,
int buffer
)
Public Overridable Function HitTest( _
ByVal testPoint As Leadtools.Annotations.AnnPoint, _
ByVal centerPoint As Leadtools.Annotations.AnnPoint, _
ByVal converter As Leadtools.Annotations.AnnUnitConverter, _
ByVal buffer As Integer _
) As Boolean
public:
virtual bool HitTest(
Leadtools.Annotations.AnnPoint testPoint,
Leadtools.Annotations.AnnPoint centerPoint,
Leadtools.Annotations.AnnUnitConverter^ converter,
int buffer
)
testPoint
The AnnPoint to be tested.
centerPoint
The center point
converter
An AnnUnitConverter used to convert centerPoint to pixel coordinates.
buffer
Threshold buffer value.
true if hit-test is satisfied; otherwise, false.
This method is called internally by the AnnEditDesigner.
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