ImageGear v26.0 - Updated
GetDefault Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearInterpolationOptions Class : GetDefault Method
Interpolation 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

Reference

ImGearInterpolationOptions Class
ImGearInterpolationOptions Members
ImGearInterpolationOptions Class
ImGearInterpolations Enumeration

Is this page helpful?
Yes No
Thanks for your feedback.