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

◆ create() [23/24]

static dot_matrix_display xtd::forms::dot_matrix_display::create ( const control parent,
const dots_collection dots,
bool  show_back_dot,
const drawing::point location,
const drawing::size size 
)
static

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

Parameters
parentThe parent that contains the new created xtd::forms::dot_matrix_display.
dotsA dots_collection that represent all dots status.
show_back_dottrue if background dots are shown; otherwise false.
locationA xtd::drawing::point that represent location of the xtd::forms::dot_matrix_display.
sizeA xtd::drawing::size that represent size of the xtd::forms::dot_matrix_display.
Returns
New xtd::forms::dot_matrix_display created.