ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearLinearTransform Structure
Members




In This Topic
    ImGearLinearTransform Structure
    In This Topic
    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