Skip to content

)}

SkiaSharpSplatModule(SKSamplingOptions?) constructor

Defined in

Type: SkiaSharpSplatModule Namespace: Splat.Builder Assembly: Splat.SkiaSharp.dll

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-tvos18.0, net9.0-maccatalyst18.0, net9.0-macos15.0, net9.0-desktop1.0, net9.0-ios18.0, net8.0, net8.0-maccatalyst17.5, net8.0-ios18.0, net8.0-maccatalyst18.0, net8.0-macos15.0, net8.0-tvos18.0, net8.0-ios17.5, net8.0-macos14.5, netstandard2.1

Overloads

  • 1. public SkiaSharpSplatModule(SKSamplingOptions? sampling)
  • 2. public SkiaSharpSplatModule()

1. Overload

public SkiaSharpSplatModule(SKSamplingOptions? sampling)

View source

Summary: Registers Skia as the bitmap loader when the application is built.

Parameters

NameTypeDescription
samplingSKSamplingOptions?The sampling to resize with, or null for the loader's default.

Remarks

        Registration is a plain method call rather than assembly scanning, so it survives trimming and
        ahead-of-time compilation.
        

2. Overload

public SkiaSharpSplatModule()

View source

Summary: Initializes a new instance of the SkiaSharpSplatModule class.