←Select platform

RescaleIntercept Property

Summary

Gets or sets the Value of the "Rescale Intercept" (0028,1052) element.

Syntax

C#
VB
Java
WinRT C#
C++
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); 
} 

Property Value

Value that indicates the "Rescale Intercept" (0028,1052) element. This property is only defined when IsRescaleSlopeIntercept is set to true.

Example

For an example, refer to GetModalityLutAttributes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly