DicomObjects.NET.V8
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 Integer
    'Usage
     
    Dim instance As DicomViewer
    Dim value As Integer
     
    instance.HitMargin = value
     
    value = instance.HitMargin
    public int HitMargin {get; set;}
    public:
    property int HitMargin {
       int get();
       void set (    int value);
    }
    Remarks
    This is measured in screen pixels
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also