Each property of the xtd::drawing::texture_brush class is a xtd::drawing::brush object that uses an image to fill the interior of a shape. This class cannot be inherited.
Constructors | |
| texture_brush (const drawing::image &image) | |
| Initializes a new xtd::drawing::texture_brush object that uses the specified image. More... | |
Properties | |
| const drawing::image & | image () const noexcept |
| Gets the xtd::drawing::image object associated with this xtd::drawing::texture_brush object. More... | |
| texture_brush & | image (const drawing::image &image) |
| Sets the xtd::drawing::image object associated with this xtd::drawing::texture_brush object. More... | |
Methods | |
| bool | equals (const texture_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< texture_brush > | |
| virtual bool | equals (const texture_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::texture_brush object that uses the specified image.
| image | The xtd::drawing::image object with which this xtd::drawing::texture_brush object fills interiors. |
|
noexcept |
Gets the xtd::drawing::image object associated with this xtd::drawing::texture_brush object.
| texture_brush& xtd::drawing::texture_brush::image | ( | const drawing::image & | image | ) |
Sets the xtd::drawing::image object associated with this xtd::drawing::texture_brush object.
| image | An xtd::drawing::image object that represents the image with which this xtd::drawing::texture_brush object fills shapes. |