[]
Indicates whether this graphics implementation supports a specified interpolation mode.
GcBitmapGraphics supports all interpolation modes, so this method always returns true.
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 GcBitmapGraphics, false otherwise. |