Table of Contents

Struct ResamplerCommand

Namespace
SixLabors.ImageSharp.Web
Assembly
SixLabors.ImageSharp.Web.dll

Represents a command for setting the type of sampler to use for resampling operations.

public readonly struct ResamplerCommand
Inherited Members

Constructors

ResamplerCommand(string)

Initializes a new instance of the ResamplerCommand struct.

public ResamplerCommand(string name)

Parameters

name string

The name of the resampler command.

Properties

Name

Gets the name of the resampler command.

public string Name { get; }

Property Value

string