5#include "../drawing_export.h"
6#include <xtd/iequatable>
55 bool equals(const
brush& value) const noexcept override;
59 xtd::
string to_string() const noexcept override;
Defines objects used to fill the interiors of graphical shapes such as rectangles,...
Definition brush.h:33
intptr handle() const noexcept
Gets the handle of the brush.
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 drawing_export_
Define shared library export.
Definition drawing_export.h:13
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