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 System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.CubicSplineAlpha = value
value = instance.CubicSplineAlpha
public System.float CubicSplineAlpha {get; set;}
public read-write property CubicSplineAlpha: System.Single;
public function get,set CubicSplineAlpha : System.float
public: __property System.float get_CubicSplineAlpha();
public: __property void set_CubicSplineAlpha(
System.float value
);
public:
property System.float CubicSplineAlpha {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also