←Select platform

NameHitTest Method

Summary

Performs hit-testing on this AnnObject name.

Syntax

C#
VB
C++
protected virtual object NameHitTest(  
   Leadtools.Annotations.AnnPoint testPoint, 
   int buffer 
) 
  
Protected Overridable Function NameHitTest( _ 
   ByVal testPoint As Leadtools.Annotations.AnnPoint, _ 
   ByVal buffer As Integer _ 
) As Object 
protected: 
virtual Object^ NameHitTest(  
   Leadtools.Annotations.AnnPoint testPoint, 
   int buffer 
)  

Parameters

testPoint
The AnnPoint to be tested.

buffer
Threshold buffer value, in pixels.

Return Value

A value that represents the hit-test value; or null (Nothing in VB) if the test point is not on top of this AnnObject name.

Remarks

This method is called internally by the annotation framework whenever the HitTest method is called. You do not need to call this property directly.

testPoint
The AnnPoint to be tested.

buffer
Threshold buffer value, in pixels.

The AnnPoint to be tested.

If the name of this object is invisible (NameVisible is set to false), this method will not be called.

By default, an annotation object will return NameHitTestValue if hit-testing the name was satisfied

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize