ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearInterpolationOptions Class / GetDefault Method
Interpolation method.




In This Topic
    GetDefault Method
    In This Topic
    Instance of ImGearInterpolationOptions class.
    Syntax
    'Declaration
     
    Public Shared Function GetDefault( _
       ByVal interpolationType As ImGearInterpolations _
    ) As ImGearInterpolationOptions
    'Usage
     
    Dim interpolationType As ImGearInterpolations
    Dim value As ImGearInterpolationOptions
     
    value = ImGearInterpolationOptions.GetDefault(interpolationType)

    Parameters

    interpolationType
    Interpolation method.

    Return Value

    Remarks
    Returns instance of options with most commonly used attributes for specified type of interpolation.
    Example
    See Also