Class BmpWriteDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Bmp image is written.
public sealed class BmpWriteDefines : IWriteDefines, IDefines
- Inheritance
-
BmpWriteDefines
- Implements
-
IWriteDefinesIDefines
- Inherited Members
Constructors
BmpWriteDefines()
public BmpWriteDefines()
Properties
Defines
Gets the defines that should be set as a define on an image.
public IEnumerable<IDefine> Defines { get; }
Property Value
- IEnumerable<IDefine>
Format
Gets the format where the defines are for.
public MagickFormat Format { get; }
Property Value
- MagickFormat
Subtype
Gets or sets the subtype that will be used (bmp:subtype).
public BmpSubtype? Subtype { get; set; }