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

In This Topic
    IsInterpolationModeSupported Method (GcDXGraphics)
    In This Topic
    Indicates whether this graphics implementation supports a specified interpolation mode.

    The following interpolation modes are supported by GcDXGraphics:

    Syntax
    'Declaration
     
    Public Overrides Function IsInterpolationModeSupported( _
       ByVal interpolationMode As InterpolationMode _
    ) As System.Boolean
    public override 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