ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearGrayScaleInterpolationOptions Class
Members




ImGearGrayScaleInterpolationOptions Class
Interpolation options class that defines a threshold of ScaleToGray interpolation. Derived from ImGearInterpolationOptions class.
Object Model
ImGearGrayScaleInterpolationOptions Class
Syntax
'Declaration
 
Public Class ImGearGrayScaleInterpolationOptions 
   Inherits ImGearInterpolationOptions
 
'Usage
 
Dim instance As ImGearGrayScaleInterpolationOptions
Remarks
This class defines interpolation options for scale-to-gray interpolation.
Inheritance Hierarchy

System.Object
   ImageGear.Processing.ImGearInterpolationOptions
      ImageGear.Processing.ImGearGrayScaleInterpolationOptions

See Also