ImageGear23.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearLinearTransform Structure |
'Declaration Public Structure ImGearLinearTransform Inherits System.ValueType
'Usage Dim instance As ImGearLinearTransform
public struct ImGearLinearTransform : System.ValueType
public __value struct ImGearLinearTransform : public System.ValueType
public value class ImGearLinearTransform : public System.ValueType
Result of the transform is calculated as:
y = x * Slope + Intercept
This class can be used to hold DICOM Modality Rescale coefficients.
System.Object
System.ValueType
ImageGear.Formats.DICOM.ImGearLinearTransform