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




In This Topic
    Slope Field
    In This Topic
    Slope coefficient.
    Syntax
    'Declaration
     
    Public Slope As Double
    'Usage
     
    Dim instance As ImGearLinearTransform
    Dim value As Double
     
    value = instance.Slope
     
    instance.Slope = value
    public double Slope
    public: double Slope
    public:
    double Slope

    Field Value

    Any double value.
    Remarks
    This property specifies Slope coefficient of the transform.

    The default value is 1.0.

    See Also