ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearGrayScaleInterpolationOptions Class
Members




In This Topic
    ImGearGrayScaleInterpolationOptions Class
    In This Topic
    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
    public class ImGearGrayScaleInterpolationOptions : ImGearInterpolationOptions 
    public __gc class ImGearGrayScaleInterpolationOptions : public ImGearInterpolationOptions 
    public ref class ImGearGrayScaleInterpolationOptions : public ImGearInterpolationOptions 
    Remarks
    This class defines interpolation options for scale-to-gray interpolation.
    Inheritance Hierarchy

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

    See Also