|
static |
A factory to create an xtd::forms::dot_matrix_display with specified parent, dots, back_dot visibility, location, and size.
parent | The parent that contains the new created xtd::forms::dot_matrix_display. |
dots | A dots_collection that represent all dots status. |
show_back_dot | true if background dots are shown; otherwise false. |
location | A xtd::drawing::point that represent location of the xtd::forms::dot_matrix_display. |
size | A xtd::drawing::size that represent size of the xtd::forms::dot_matrix_display. |