|
static |
A factory to create an xtd::forms::color_picker with specified parent, color, location, size, and name.
parent | The parent that contains the new created xtd::forms::color_picker. |
color | The color selected by the user. If a color is not selected. |
location | A xtd::drawing::point that represent location of the xtd::forms::color_picker. |
size | A xtd::drawing::size that represent size of the xtd::forms::color_picker. |
name | The name of the xtd::forms::color_picker. |