Defines a xtd::drawing::brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited.
Constructors | |
| solid_brush (const xtd::drawing::color &color) | |
| Initializes a new xtd::drawing::solid_brush object of the specified color. More... | |
Properties | |
| const xtd::drawing::color & | color () const noexcept |
| Gets the color of this xtd::drawing::solid_brush object. More... | |
| xtd::drawing::solid_brush & | color (const xtd::drawing::color &value) noexcept |
| Sets the color of this xtd::drawing::solid_brush object. More... | |
Methods | |
| bool | equals (const solid_brush &value) const noexcept override |
Additional Inherited Members | |
Public Member Functions inherited from xtd::drawing::brush | |
| intptr | handle () const noexcept |
| Gets the handle of the brush. More... | |
| bool | equals (const brush &value) const noexcept override |
| xtd::ustring | to_string () const noexcept override |
| Converts this brush object to a human-readable string. More... | |
Public Member Functions inherited from xtd::object | |
| object ()=default | |
| Create a new instance of the ultimate base class object. More... | |
| bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object. More... | |
| virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More... | |
| virtual type_object | get_type () const noexcept |
| Gets the type of the current instance. More... | |
| template<typename object_t > | |
| std::unique_ptr< object_t > | memberwise_clone () const noexcept |
| Creates a shallow copy of the current object. More... | |
Public Member Functions inherited from xtd::iequatable< brush > | |
| virtual bool | equals (const brush &) const noexcept=0 |
| Indicates whether the current object is equal to another object of the same type. More... | |
Public Member Functions inherited from xtd::iequatable< solid_brush > | |
| virtual bool | equals (const solid_brush &) const noexcept=0 |
| Indicates whether the current object is equal to another object of the same type. More... | |
Static Public Member Functions inherited from xtd::object | |
| static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More... | |
| static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More... | |
Protected Member Functions inherited from xtd::drawing::brush | |
| brush () | |
| Initialize a new instance of brush class. More... | |
| void | set_native_brush (intptr brush) |
| In a derived class, sets a reference to a GDI+ brush object. More... | |
|
explicit |
Initializes a new xtd::drawing::solid_brush object of the specified color.
| color | A xtd::drawing::color structure that represents the color of this brush. |
|
noexcept |
Gets the color of this xtd::drawing::solid_brush object.
|
noexcept |
Sets the color of this xtd::drawing::solid_brush object.
| value | A xtd::drawing::color structure that represents the color of this brush. |