←Select platform

RescaleSlope Property

Summary

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

Syntax
C#
VB
C++
Java
public double RescaleSlope { get; set; } 
Public Property RescaleSlope As Double 
public double getRescaleSlope() 
public void setRescaleSlope(double value) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly