6#include <xtd/iequatable>
67 bool equals(
const frame_dimension& value)
const noexcept override {
return guid_ == value.guid_;}
Provides properties that get the frame dimensions of an image. Not inheritable.
Definition frame_dimension.hpp:24
frame_dimension(const xtd::guid &guid)
Initializes a new instance of the FrameDimension class using the specified Guid structure.
Definition frame_dimension.hpp:31
static frame_dimension time() noexcept
Gets the time dimension.
Definition frame_dimension.hpp:60
const xtd::guid & guid() const noexcept
Gets a globally unique identifier (GUID) that represents this frame_dimension object.
Definition frame_dimension.hpp:44
static frame_dimension page() noexcept
Gets the page dimension.
Definition frame_dimension.hpp:52
static frame_dimension resolution() noexcept
Gets the resolution dimension.
Definition frame_dimension.hpp:56
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: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.hpp:10
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition guid.hpp:24