ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsMarkControllerData Class / ClickPrecision Property




In This Topic
    ClickPrecision Property (ImGearARTFormsMarkControllerData)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property ClickPrecision As Integer
    'Usage
     
    Dim instance As ImGearARTFormsMarkControllerData
    Dim value As Integer
     
    instance.ClickPrecision = value
     
    value = instance.ClickPrecision
    public int ClickPrecision {get; set;}
    public: __property int get_ClickPrecision();
    public: __property void set_ClickPrecision( 
       int value
    );
    public:
    property int ClickPrecision {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also