ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / Intercept Property




In This Topic
    Intercept Property
    In This Topic
    Gets or sets LUT Intercept value.
    Syntax
    'Declaration
     
    Public Property Intercept As Double
    'Usage
     
    Dim instance As ImGearLinearLUT
    Dim value As Double
     
    instance.Intercept = value
     
    value = instance.Intercept
    public double Intercept {get; set;}
    public: __property double get_Intercept();
    public: __property void set_Intercept( 
       double value
    );
    public:
    property double Intercept {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also