xtd 0.2.0
Loading...
Searching...
No Matches

◆ to_string()

xtd::string xtd::drawing::color::to_string ( ) const
overridevirtualnoexcept

Creates a human-readable string that represents this color class.

Returns
string A string that represents this Size.
Examples
The following code example is designed for use with Windows Forms, and it requires xtd::forms::paint_event_args, which is a parameter of the xtd::forms::control::paint event handler. The code performs the following actions:

Reimplemented from xtd::object.

Examples
button_renderer.cpp, check_box_renderer.cpp, and radio_button_renderer.cpp.