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 > AnnEditDesigner Class : ThumbsHitTestBuffer Property |
public virtual int ThumbsHitTestBuffer {get; set;}
'Declaration
Public Overridable Property ThumbsHitTestBuffer As Integer
'Usage
Dim instance As AnnEditDesigner Dim value As Integer instance.ThumbsHitTestBuffer = value value = instance.ThumbsHitTestBuffer
public virtual int ThumbsHitTestBuffer {get; set;}
@property (nonatomic, assign) NSUInteger thumbsHitTestBuffer
public int getThumbsHitTestBuffer() public void setThumbsHitTestBuffer(int hitTestBuffer)
<br/>get_ThumbsHitTestBuffer();<br/>set_ThumbsHitTestBuffer(value);<br/>Object.defineProperty('ThumbsHitTestBuffer');
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.