ImageGear v26.5 - Updated March 3, 2025
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

Property Value

Double value.
See Also