Struct ResamplerCommand
Represents a command for setting the type of sampler to use for resampling operations.
Inherited Members
Namespace: SixLabors.ImageSharp.Web
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public readonly struct ResamplerCommand
Constructors
| Edit this page View SourceResamplerCommand(string)
Initializes a new instance of the ResamplerCommand struct.
Declaration
public ResamplerCommand(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the resampler command. |
Properties
| Edit this page View SourceName
Gets the name of the resampler command.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |