Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / IsInterpolationModeSupported Method
The interpolation mode to check.

In This Topic
    IsInterpolationModeSupported Method (GcGraphics)
    In This Topic
    Indicates whether this graphics implementation supports a specified interpolation mode.
    Syntax
    'Declaration
     
    Public Overridable Function IsInterpolationModeSupported( _
       ByVal interpolationMode As InterpolationMode _
    ) As System.Boolean
    public virtual System.bool IsInterpolationModeSupported( 
       InterpolationMode interpolationMode
    )

    Parameters

    interpolationMode
    The interpolation mode to check.

    Return Value

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