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




GetDefault Method
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