DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / HitMargin Property






In This Topic
    HitMargin Property
    In This Topic
    The margin of error used for the LabelHits method
    Syntax
    'Declaration
     
    
    Public Property HitMargin As System.Integer
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Integer
     
    instance.HitMargin = value
     
    value = instance.HitMargin
    public System.int HitMargin {get; set;}
    public read-write property HitMargin: System.Integer; 
    public function get,set HitMargin : System.int
    public: __property System.int get_HitMargin();
    public: __property void set_HitMargin( 
       System.int value
    );
    public:
    property System.int HitMargin {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    This is measured in screen pixels
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also