Gets or sets the Value of the "Rescale Intercept" (0028,1052) element.
public double RescaleIntercept { get; set; }
Public Property RescaleIntercept As Double
public double RescaleIntercept {get; set;}
public double getRescaleIntercept()
public void setRescaleIntercept(double value)
<br/>get_RescaleIntercept();<br/>set_RescaleIntercept(value);<br/>Object.defineProperty('RescaleIntercept');
public:
property double RescaleIntercept {
double get();
void set ( double value);
}
Value that indicates the "Rescale Intercept" (0028,1052) 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