| Visual Basic (Declaration) | |
|---|---|
Public Property RescaleSlope As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public double RescaleSlope {get; set;} | |
Return Value
Value that indicates the the "Rescale Slope" (0028,1053) element. This property is only defined when DicomModalityLutAttributes.IsRescaleSlopeIntercept is set to true.For an example, refer to DicomDataSet.GetModalityLutAttributes.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code