DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also