DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / DefaultHitMargin Property



In This Topic
    DefaultHitMargin Property
    In This Topic
    The default margin of error used for the LabelHits method
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultHitMargin As Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomViewer.DefaultHitMargin = value
     
    value = DicomViewer.DefaultHitMargin
    public static int DefaultHitMargin {get; set;}
    public:
    static property int DefaultHitMargin {
       int get();
       void set (    int value);
    }
    Remarks
    This property is used as the default value for HitMargin
    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