Edit

SKCubicResampler(Single, Single) Constructor

Definition

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.

Applies to