LEADTOOLS Annotations (Leadtools.Annotations assembly)

ControlPointsHitTestBuffer Property (AnnEditDesigner)

Show in webframe





Gets or sets the hit test buffer for this AnnEditDesigner.
Syntax
public virtual int ControlPointsHitTestBuffer {get; set;}
'Declaration
 
Public Overridable Property ControlPointsHitTestBuffer As Integer
'Usage
 
Dim instance As AnnEditDesigner
Dim value As Integer
 
instance.ControlPointsHitTestBuffer = value
 
value = instance.ControlPointsHitTestBuffer

            

            
public:
virtual property int ControlPointsHitTestBuffer {
   int get();
   void set (    int value);
}

Property Value

The hit test buffer, in pixels, for this AnnEditDesigner.
Remarks
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 sides 4 pixels long will be used around the test point to perform the hit-testing.
Example
For an example, refer to AnnDesigner.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.