ImageGear v26.3 - Updated November 9, 2022
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

Property Value

Double value.
See Also