ImageGear .NET v25.1 - Updated
Intercept Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : Intercept Property
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

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members