32 bool operator==(
const frame_dimension& value)
const {
return guid_ == value.guid_;}
33 bool operator!=(
const frame_dimension& value)
const {
return !operator==(value);}
Provides properties that get the frame dimensions of an image. Not inheritable.
Definition frame_dimension.h:23
static frame_dimension time()
Gets the time dimension.
Definition frame_dimension.h:50
frame_dimension(const xtd::guid &guid)
Initializes a new instance of the FrameDimension class using the specified Guid structure.
Definition frame_dimension.h:27
static frame_dimension page()
Gets the page dimension.
Definition frame_dimension.h:42
const xtd::guid & guid() const
Gets a globally unique identifier (GUID) that represents this frame_dimension object.
Definition frame_dimension.h:38
static frame_dimension resolution()
Gets the resolution dimension.
Definition frame_dimension.h:46
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:26
Contains xtd::guid class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::object class.
Represents a globally unique identifier (GUID). A GUID is a 128-bit integer (16 bytes) that can be us...
Definition guid.h:23