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
configurationConfigurationThe configuration to store the backend against.
backendIDrawingBackendThe backend to use.