SKCubicResampler(Single, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SKCubicResampler struct with the specified B and C parameters.
public SKCubicResampler(float b, float c);
Parameters
- b
- Single
The B parameter of the cubic resampler.
- c
- Single
The C parameter of the cubic resampler.