ImageGear .NET v24.12 - Updated
ClickPrecision Property (ImGearAnnotatorMarkControllerData)




ImageGear24.Windows.Controls.Art Assembly > ImageGear.Windows.Controls Namespace > ImGearAnnotatorMarkControllerData Class : ClickPrecision Property
Gets or sets the distance from the mark's point (horizontally or vertically, in device pixels) in which the mouse is considered to be over the point. A value of half the mark handle size plus three is used internally for non-custom marks.
Syntax
'Declaration
 
Public Property ClickPrecision As Double
'Usage
 
Dim instance As ImGearAnnotatorMarkControllerData
Dim value As Double
 
instance.ClickPrecision = value
 
value = instance.ClickPrecision
public double ClickPrecision {get; set;}
public: __property double get_ClickPrecision();
public: __property void set_ClickPrecision( 
   double value
);
public:
property double ClickPrecision {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearAnnotatorMarkControllerData Class
ImGearAnnotatorMarkControllerData Members