6 #include <xtd/iequatable> 62 bool equals(
const frame_dimension& value)
const noexcept
override {
return guid_ == value.guid_;}
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
static frame_dimension resolution() noexcept
Gets the resolution dimension.
Definition: frame_dimension.h:52
Provides properties that get the frame dimensions of an image. Not inheritable.
Definition: frame_dimension.h:24
static frame_dimension time() noexcept
Gets the time dimension.
Definition: frame_dimension.h:56
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
const xtd::guid & guid() const noexcept
Gets a globally unique identifier (GUID) that represents this frame_dimension object.
Definition: frame_dimension.h:44
static frame_dimension page() noexcept
Gets the page dimension.
Definition: frame_dimension.h:48
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition: guid.h:23
frame_dimension(const xtd::guid &guid)
Initializes a new instance of the FrameDimension class using the specified Guid structure.
Definition: frame_dimension.h:31