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

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

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

    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 GcBitmapGraphics, false otherwise.
    See Also