5#include "../forms_export.h"
6#include <xtd/drawing/bitmap>
7#include <xtd/drawing/point>
8#include <xtd/drawing/size>
10#include <xtd/iequatable>
79 drawing::point hot_spot() const noexcept;
88 std::any tag() const noexcept;
93 void tag(std::any tag);
111 static drawing::point position();
115 static
void position(const drawing::point& position);
126 using
object::equals;
127 bool equals(const
cursor& value) const noexcept override;
131 xtd::
string to_string() const noexcept override;
141 static
cursor from_bitmap(const
xtd::drawing::bitmap& bitmap, const
xtd::drawing::point& hot_spot);
146 static
cursor from_bitmap(const
xtd::drawing::bitmap& bitmap);
159 cursor(const
xtd::drawing::bitmap& bitmap, const
xtd::drawing::point& hot_spot);
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
#define forms_export_
Define shared library export.
Definition forms_export.h:13
size_t size
Represents a size of any object in bytes.
Definition size.h:23
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.h:23
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10