ImageGear .NET - Updated
ImGearLinearTransform Structure
Members 




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace : ImGearLinearTransform Structure
Encapsulates coefficients for a linear floating-point one-dimensional transform.
Object Model
ImGearLinearTransform StructureImGearLinearTransform Structure
Syntax
'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 
Remarks

Result of the transform is calculated as:

y = x * Slope + Intercept

This class can be used to hold DICOM Modality Rescale coefficients.

Inheritance Hierarchy

System.Object
   System.ValueType
      ImageGear.Formats.DICOM.ImGearLinearTransform

See Also

Reference

ImGearLinearTransform Members
ImageGear.Formats.DICOM Namespace