DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / CubicSplineAlpha Property



In This Topic
    CubicSplineAlpha Property
    In This Topic
    Parameter to control the degree of smoothing. The default value is �0.75, and normal values range from �0.5 to �1.25, though higher negative values may be used to produce deliberate edge enhancement.
    Syntax
    'Declaration
     
    
    Public Property CubicSplineAlpha As Single
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Single
     
    instance.CubicSplineAlpha = value
     
    value = instance.CubicSplineAlpha
    public float CubicSplineAlpha {get; set;}
    public:
    property float CubicSplineAlpha {
       float get();
       void set (    float value);
    }
    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