5#include "../drawing_export.h" 
   30      bool operator==(
const solid_brush& value)
 const {
return data_->color_ == value.data_->color_;}
 
   31      bool operator!=(
const solid_brush& value)
 const {
return !operator==(value);}
 
   41      std::shared_ptr<data> data_ = std::make_shared<data>();
 
Contains xtd::drawing::brush class.
 
Defines objects used to fill the interiors of graphical shapes such as rectangles,...
Definition: brush.h:27
 
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:39
 
Defines a xtd::drawing::brush of a single color. Brushes are used to fill graphics shapes,...
Definition: solid_brush.h:22
 
Contains xtd::drawing::color class.
 
#define drawing_export_
Define shared library export.
Definition: drawing_export.h:13
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17