Struct SKCubicResampler
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public readonly struct SKCubicResampler
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
SKCubicResampler(float, float)
public SKCubicResampler(float b, float c)
Parameters
b
float
c
float
Properties
B
public float B { get; }
Property Value
C
public float C { get; }
Property Value
Mitchell
public static SKCubicResampler Mitchell { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
The fully qualified type name.