Gets or sets the value of the "Rescale Slope" (0028,1053) element.
public double RescaleSlope { get; set; }
Public Property RescaleSlope As Double
public double RescaleSlope {get; set;}
public double getRescaleSlope()
public void setRescaleSlope(double value)
<br/>get_RescaleSlope();<br/>set_RescaleSlope(value);<br/>Object.defineProperty('RescaleSlope');
public:
property double RescaleSlope {
double get();
void set ( double value);
}
Value that indicates the "Rescale Slope" (0028,1053) element. This property is only defined when IsRescaleSlopeIntercept is set to true.
For an example, refer to GetModalityLutAttributes.
DicomModalityLutAttributes Class
DicomModalityLutAttributes Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET