[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.IsInterpolationModeSupported

IsInterpolationModeSupported Method

IsInterpolationModeSupported(InterpolationMode)

Indicates whether this graphics implementation supports a specified interpolation mode.

Declaration
public virtual bool IsInterpolationModeSupported(InterpolationMode interpolationMode)
Parameters
Type Name Description
InterpolationMode interpolationMode

The interpolation mode to check.

Returns
Type Description
bool

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

See Also