ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearNearestNeighborInterpolationOptions Class / ImGearNearestNeighborInterpolationOptions Constructor




In This Topic
    ImGearNearestNeighborInterpolationOptions Constructor
    In This Topic
    Initializes a new instance of the ImGearNearestNeighborInterpolationOptions class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearNearestNeighborInterpolationOptions()
    public ImGearNearestNeighborInterpolationOptions()
    public: ImGearNearestNeighborInterpolationOptions();
    public:
    ImGearNearestNeighborInterpolationOptions();
    See Also