[]
Indicates whether this graphics implementation supports a specified interpolation mode.
public virtual bool IsInterpolationModeSupported(InterpolationMode interpolationMode)
Public Overridable 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 the current graphics, false otherwise. |