|
static |
A factory to create an xtd::forms::seven_segment_display with specified parent, segments, back_segment visibility, location, size, and name.
parent | The parent that contains the new created xtd::forms::seven_segment_display. |
segments | A xtd::forms::segments combination that represent seven_segment_display. |
show_back_segment | true if background segments are shown; otherwise false |
location | A xtd::drawing::point that represent location of the xtd::forms::seven_segment_display. |
size | A xtd::drawing::size that represent size of the xtd::forms::seven_segment_display. |
name | The name of the xtd::forms::seven_segment_display. |