IsInterpolationModeSupported Method (GcBitmapGraphics)
Indicates whether this graphics implementation supports a specified interpolation mode.
GcBitmapGraphics supports all interpolation modes, so this method always returns true.
'Declaration
Public Overrides 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
GcBitmapGraphics,
false otherwise.