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

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

    The following interpolation modes are supported by GcSvgGraphics:

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