5 #include "../forms_export.h" 6 #include <xtd/drawing/bitmap> 7 #include <xtd/drawing/point> 8 #include <xtd/drawing/size> 10 #include <xtd/iequatable> 78 intptr handle() const noexcept;
83 drawing::point hot_spot() const noexcept;
88 static drawing::point position();
92 static
void position(const drawing::point& position);
101 std::any tag() const noexcept;
106 void tag(std::any tag);
115 intptr copy_handle() const;
117 bool equals(const
cursor& value) const noexcept override;
123 static
cursor from_bitmap(const
xtd::drawing::bitmap& bitmap, const
xtd::drawing::point& hot_spot);
128 static
cursor from_bitmap(const
xtd::drawing::bitmap& bitmap);
145 cursor(const
xtd::drawing::bitmap& bitmap, const
xtd::drawing::point& hot_spot);
148 std::shared_ptr<data> data_;
intmax_t intptr
Represent a pointer or a handle.
Definition: types.h:151
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
std::string to_string(const date_time &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: date_time.h:1063
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes...
Definition: object.h:32
size_t size
Represents a size of any object in bytes.
Definition: types.h:195