[]
Indicates whether this graphics implementation supports a specified interpolation mode.
The following interpolation modes are supported by GcSvgGraphics:
public override bool IsInterpolationModeSupported(InterpolationMode interpolationMode)
Public Overrides Function IsInterpolationModeSupported(interpolationMode As InterpolationMode) As Boolean
Type | Name | Description |
---|---|---|
InterpolationMode | interpolationMode | The interpolation mode to check. |
Type | Description |
---|---|
bool | true if the specified interpolation mode is supported by GcSvgGraphics, false otherwise. |