7#include <xtd/iequatable>
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:61
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:22
object()=default
Create a new instance of the ultimate base class object.
Contains xtd::drawing::imaging::encoder_parameter class.
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
bool is(xtd::any value)
Checks if the result of an expression is compatible with a given type.
Definition is.hpp:485
@ other
The operating system is other.
Definition platform_id.hpp:58
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition bitmap_data.hpp:15
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
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:32