6#include <xtd/drawing/rectangle>
66 [[nodiscard]] auto
primary() const noexcept ->
bool;
101 [[nodiscard]] auto
equals(const
xtd::
object& obj) const noexcept ->
bool override;
105 [[nodiscard]] auto
equals(const screen& other) const noexcept ->
bool override;
196 xtd::
string device_name_;
198 bool primary_ = false;
199 double scale_factor_ = 1.;
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition array.hpp:64
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.hpp:23
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:45
Contains xtd::forms::control control.
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
std::intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
std::int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:25
std::size_t usize
Represents an unsigned size of any object in bytes.
Definition usize.hpp:22
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