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

◆ create() [10/24]

static sixteen_segment_display xtd::forms::sixteen_segment_display::create ( xtd::forms::segments  segments,
bool  show_back_segment,
const drawing::point location 
)
static

A factory to create an xtd::forms::sixteen_segment_display with specified segments, back_segment visibility, and location.

Parameters
segmentsA dots_collection that represent all dots status.
show_back_segmenttrue if background segments are shown; otherwise false
locationA xtd::drawing::point that represent location of the xtd::forms::sixteen_segment_display.
Returns
New xtd::forms::sixteen_segment_display created.