ImageGear .NET - Updated
Intercept Field




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearLinearTransform Structure : Intercept Field
Intercept coefficient.
Syntax
'Declaration
 
Public Intercept As Double
'Usage
 
Dim instance As ImGearLinearTransform
Dim value As Double
 
value = instance.Intercept
 
instance.Intercept = value
public double Intercept
public: double Intercept
public:
double Intercept

Field Value

Any double value.
Remarks
This property specifies Intercept coefficient of the transform.

The default value is 0.0.

See Also

Reference

ImGearLinearTransform Structure
ImGearLinearTransform Members