5 #include "../../drawing_export.h" 10 #include "../rectangle.h" 13 #include <xtd/iequatable> 21 namespace drawing_2d {
77 bool equals(
const hatch_brush& value)
const noexcept
override;
82 void recreate_handle();
84 std::shared_ptr<data> data_;
Represent background color output manipulator class.
Definition: background_color.h:22
Represent foreground color output manipulator class.
Definition: foreground_color.h:20
Contains xtd::drawing::drawing_2d/::hatch_style enum class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
hatch_style
Specifies the different patterns available for xtd::drawing::drawing_2d/::hatch_brush objects...
Definition: hatch_style.h:20
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition: iequatable.h:18
Contains xtd::drawing::drawing_2d/::matrix class.
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
Definition: brush.h:33
Defines a rectangular xtd::drawing::brush with a hatch style, a foreground color, and a background co...
Definition: hatch_brush.h:33