ImageGear .NET - Updated
Slope Property




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

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members