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

◆ create() [9/24]

static dot_matrix_display xtd::forms::dot_matrix_display::create ( const dots_collection dots,
bool  show_back_dot 
)
static

A factory to create an xtd::forms::dot_matrix_display with specified dots, and back_dot visibility.

Parameters
dotsA dots_collection that represent all dots status.
show_back_dottrue if background dots are shown; otherwise false.
Returns
New xtd::forms::dot_matrix_display created.