Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnRunDesigner Class : HitTestBuffer Property |
public virtual int HitTestBuffer {get; set;}
'Declaration
Public Overridable Property HitTestBuffer As Integer
'Usage
Dim instance As AnnRunDesigner Dim value As Integer instance.HitTestBuffer = value value = instance.HitTestBuffer
public virtual int HitTestBuffer {get; set;}
@property (nonatomic, assign) NSUInteger hitTestBuffer
public int getHitTestBuffer() public void setHitTestBuffer(int hitTestBuffer)
<br/>get_HitTestBuffer();<br/>set_HitTestBuffer(value);<br/>Object.defineProperty('HitTestBuffer');
The hit test buffer is used to make the test point "bigger" to compensate for errors and provide smoother hit-testing. For example, if the buffer value is 2, a square with a length of 4 pixels around the test point will be used to perform the hit-testing.