'Declaration Public Shared Function GetDefault( _ ByVal interpolationType As ImGearInterpolations _ ) As ImGearInterpolationOptions
'Usage Dim interpolationType As ImGearInterpolations Dim value As ImGearInterpolationOptions value = ImGearInterpolationOptions.GetDefault(interpolationType)
public static ImGearInterpolationOptions GetDefault( ImGearInterpolations interpolationType )
public: static ImGearInterpolationOptions* GetDefault( ImGearInterpolations interpolationType )
public: static ImGearInterpolationOptions^ GetDefault( ImGearInterpolations interpolationType )
Parameters
- interpolationType
- Interpolation method.
Return Value
ImGearInterpolationOptions class object.