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




In This Topic
ImGearInterpolationOptions Constructor
In This Topic
Initializes a new instance of the ImGearInterpolationOptions class.
Syntax
'Declaration
 
Protected Function New( _
   ByVal interpolationType As ImGearInterpolations _
)
 
'Usage
 
Dim interpolationType As ImGearInterpolations
 
Dim instance As New ImGearInterpolationOptions(interpolationType)

Parameters

interpolationType
Interpolation method.
See Also