Skip to main content

Struct SKSamplingOptions

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public readonly struct SKSamplingOptions

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SKSamplingOptions()

public SKSamplingOptions()

SKSamplingOptions(SKFilterMode)

public SKSamplingOptions(SKFilterMode filter)

Parameters

filter SKFilterMode

SKSamplingOptions(SKFilterMode, SKMipmapMode)

public SKSamplingOptions(SKFilterMode filter, SKMipmapMode mipmap)

Parameters

filter SKFilterMode

mipmap SKMipmapMode

SKSamplingOptions(SKCubicResampler)

public SKSamplingOptions(SKCubicResampler cubic)

Parameters

cubic SKCubicResampler

SKSamplingOptions(int)

public SKSamplingOptions(int maxAnisotropy)

Parameters

maxAnisotropy int

Properties

Cubic

public SKCubicResampler? Cubic { get; }

Property Value

SKCubicResampler?

Default

public static SKSamplingOptions Default { get; }

Property Value

SKSamplingOptions

Filter

public SKFilterMode Filter { get; }

Property Value

SKFilterMode

IsAniso

public bool IsAniso { get; }

Property Value

bool

MaxAnisotropy

public int MaxAnisotropy { get; }

Property Value

int

Mipmap

public SKMipmapMode Mipmap { get; }

Property Value

SKMipmapMode

UseCubic

public bool UseCubic { get; }

Property Value

bool