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
namestringThe name of the resampler command.
Properties
Name
Gets the name of the resampler command.
public string Name { get; }