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



In This Topic
    Scale Property (ModificationArguments)
    In This Topic
    The scale factor to be applied to the new image
    Syntax
    'Declaration
     
    Public Property Scale As Single
    'Usage
     
    Dim instance As ModificationArguments
    Dim value As Single
     
    instance.Scale = value
     
    value = instance.Scale
    public float Scale {get; set;}
    public:
    property float Scale {
       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