ImageGear .NET v25.1 - Updated
ImGearInterpolationOptions Constructor




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearInterpolationOptions Class : ImGearInterpolationOptions Constructor
Interpolation method.
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)
protected ImGearInterpolationOptions( 
   ImGearInterpolations interpolationType
)
protected: ImGearInterpolationOptions( 
   ImGearInterpolations interpolationType
)
protected:
ImGearInterpolationOptions( 
   ImGearInterpolations interpolationType
)

Parameters

interpolationType
Interpolation method.
See Also

Reference

ImGearInterpolationOptions Class
ImGearInterpolationOptions Members
ImGearInterpolationOptions Class
ImGearInterpolations Enumeration