IsInterpolationModeSupported Method (GcGraphics)
Indicates whether this graphics implementation supports a specified interpolation mode.
'Declaration
Public Overridable Function IsInterpolationModeSupported( _
ByVal As InterpolationMode _
) As System.Boolean
Parameters
- interpolationMode
- The interpolation mode to check.
Return Value
true if the specified interpolation mode is supported by the current graphics, false otherwise.