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




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

    Property Value

    Double value.
    See Also