|
static |
A factory to create an xtd::forms::form with specified text, location, size, and name.
text | A string that represent text of the xtd::forms::form. |
location | A xtd::drawing::point that represent location of the xtd::forms::form. |
size | A xtd::drawing::size that represent size of the xtd::forms::form. |
name | The name of the xtd::forms::form. |