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

◆ create() [8/24]

static dot_matrix_display xtd::forms::dot_matrix_display::create ( const dots_collection dots,
const drawing::point location,
const drawing::size size,
const xtd::ustring name 
)
static

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

Parameters
dotsA dots_collection that represent all dots status.
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.
nameThe name of the xtd::forms::dot_matrix_display.
Returns
New xtd::forms::dot_matrix_display created.