Class ImageFormatMapping
Specifies a mapping from a source image format to a result image format.
Implements
Namespace: FulcrumFS.Images
Assembly: FulcrumFS.Images.dll
Syntax
public sealed record ImageFormatMapping : IEquatable<ImageFormatMapping>
Constructors
| Name | Description |
|---|---|
| ImageFormatMapping(ImageFormat, ImageFormat?) | Initializes a new instance of the ImageFormatMapping class with the specified source and result image formats. If |
Properties
| Name | Description |
|---|---|
| ResultFormat | Gets the result image format for this mapping. |
| SourceFormat | Gets the source image format for this mapping. |