←Select platform

RescaleSlope Property

Summary

Gets or sets the value of the "Rescale Slope" (0028,1053) element.

Syntax

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

Property Value

Value that indicates the "Rescale Slope" (0028,1053) 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