6#include <xtd/iequatable>
231 bool equals(
const encoder& value)
const noexcept override {
return guid_ == value.guid_;}
An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an...
Definition encoder.h:38
static encoder version() noexcept
An Encoder object that is initialized with the globally unique identifier for the version category.
Definition encoder.h:216
static encoder render_method() noexcept
An Encoder object that is initialized with the globally unique identifier for the renderer method cat...
Definition encoder.h:152
static encoder color_depth() noexcept
An Encoder object that is initialized with the globally unique identifier for the color depth paramet...
Definition encoder.h:88
static encoder transformation() noexcept
An Encoder object that is initialized with the globally unique identifier for the transformation cate...
Definition encoder.h:200
static encoder quality() noexcept
An Encoder object that is initialized with the globally unique identifier for the quality parameter c...
Definition encoder.h:136
static encoder chrominance_table() noexcept
An Encoder object that is initialized with the globally unique identifier for the chrominance table p...
Definition encoder.h:72
static encoder compression() noexcept
An Encoder object that is initialized with the globally unique identifier for the compression paramet...
Definition encoder.h:104
static encoder luminance_table() noexcept
An Encoder object that is initialized with the globally unique identifier for the luminance table par...
Definition encoder.h:120
encoder(const xtd::guid &guid)
Initializes a new instance of the xtd::drawing::imaging::encoder class from the specified globally un...
Definition encoder.h:45
const xtd::guid & guid() const noexcept
Gets a globally unique identifier (GUID) that identifies an image encoder parameter category.
Definition encoder.h:224
static encoder save_flag() noexcept
An Encoder object that is initialized with the globally unique identifier for the save flag category.
Definition encoder.h:168
static encoder scan_method() noexcept
An Encoder object that is initialized with the globally unique identifier for the scan method categor...
Definition encoder.h:184
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
virtual bool equals(const object &obj) const noexcept
Determines whether the specified object is equal to the current object.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition guid.h:24