FulcrumFS FulcrumFS
FulcrumFS FulcrumFS
DocFX + Singulink = ♥

Search Results for

    Class ImageFormatMapping

    Specifies a mapping from a source image format to a result image format.

    Inheritance
    object
    ImageFormatMapping
    Implements
    IEquatable<ImageFormatMapping>
    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 resultFormat is null, sourceFormat will be used as the result format.

    Properties

    Name Description
    ResultFormat

    Gets the result image format for this mapping.

    SourceFormat

    Gets the source image format for this mapping.

    © Singulink. All rights reserved.