[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcBitmapGraphics.IsInterpolationModeSupported

IsInterpolationModeSupported Method

IsInterpolationModeSupported(InterpolationMode)

Indicates whether this graphics implementation supports a specified interpolation mode.

GcBitmapGraphics supports all interpolation modes, so this method always returns true.

Declaration
public override bool IsInterpolationModeSupported(InterpolationMode interpolationMode)
Public Overrides Function IsInterpolationModeSupported(interpolationMode As InterpolationMode) As Boolean
Parameters
Type Name Description
InterpolationMode interpolationMode

The interpolation mode to check.

Returns
Type Description
bool

true if the specified interpolation mode is supported by GcBitmapGraphics, false otherwise.

Overrides