Skip to main content

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

float

C

public float C { get; }

Property Value

float

Mitchell

public static SKCubicResampler Mitchell { get; }

Property Value

SKCubicResampler

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.