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

◆ create() [10/13]

static form xtd::forms::form::create ( const xtd::string text,
form_start_position  start_position,
const drawing::point location,
const drawing::size size 
)
static

A factory to create an xtd::forms::form with specified text, form start position, location, and size.

Parameters
textA string that represent text of the xtd::forms::form.
start_positionA form_start_position that represents the starting position of the form.
locationA xtd::drawing::point that represent location of the xtd::forms::form.
sizeA xtd::drawing::size that represent size of the xtd::forms::form.
Returns
New xtd::forms::form created.