Table of Contents

Class RasterizerDefaultsExtensions

Namespace
SixLabors.ImageSharp.Drawing.Processing
Assembly
SixLabors.ImageSharp.Drawing.dll

Adds extensions that allow configuring the drawing backend implementation.

public static class RasterizerDefaultsExtensions
Inheritance
RasterizerDefaultsExtensions
Inherited Members

Methods

SetDrawingBackend(Configuration, IDrawingBackend)

Sets the default drawing backend against the configuration.

public static void SetDrawingBackend(this Configuration configuration, IDrawingBackend backend)

Parameters

configuration Configuration

The configuration to store the backend against.

backend IDrawingBackend

The backend to use.