DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / ModificationArguments Class / Offset Property



In This Topic
    Offset Property
    In This Topic
    The rescale offset to be applied to the new object
    Syntax
    'Declaration
     
    Public Property Offset As Single
    'Usage
     
    Dim instance As ModificationArguments
    Dim value As Single
     
    instance.Offset = value
     
    value = instance.Offset
    public float Offset {get; set;}
    public:
    property float Offset {
       float get();
       void set (    float value);
    }
    Remarks
    This is important for codecs compressing CT, so that the Hounsfield values remain valid
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also