7#include <xtd/iequatable>
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:59
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:44
Contains xtd::drawing::imaging::encoder_parameter class.
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
@ other
The operating system is other.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Encapsulates an array of EncoderParameter objects.
Definition encoder_parameters.hpp:23
encoder_parameters()
Initializes a new instance of the xtd::drawing::imaging::encoder_parameters class that can contain on...
Definition encoder_parameters.hpp:29
bool equals(const encoder_parameters &other) const noexcept override
Determines whether the specified object is equal to the current object.
Definition encoder_parameters.hpp:59
bool equals(const object &obj) const noexcept override
Determines whether the specified object is equal to the current object.
Definition encoder_parameters.hpp:55
encoder_parameters(xtd::size count)
Initializes a new instance of the xtd::drawing::imaging::encoder_parameters class that can contain th...
Definition encoder_parameters.hpp:33
xtd::array< xtd::drawing::imaging::encoder_parameter > params
Gets or sets an array of EncoderParameter objects.
Definition encoder_parameters.hpp:46
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31