DicomObjects.NET10 Documentation
DicomObjects Namespace / IDicomViewer Interface / HitMargin Property



In This Topic
    HitMargin Property
    In This Topic
    The margin of error used for the LabelHits method
    Syntax
    'Declaration
     
    
    Property HitMargin As Integer
    'Usage
     
    
    Dim instance As IDicomViewer
    Dim value As Integer
     
    instance.HitMargin = value
     
    value = instance.HitMargin
    int HitMargin {get; set;}
    property int HitMargin {
       int get();
       void set (    int value);
    }
    Remarks
    This is measured in screen pixels
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also