#include <xtd/forms/application>
#include <xtd/forms/form>
auto main() -> int {
form1.
text(
"screen 1/4");
form2.
text(
"screen 2/4");
form3.
text(
"screen 3/4");
form4.
text(
"screen 4/4");
application::run(form1);
}
int32 y
Gets or sets the y-coordinate of this xtd::drawing::point.
Definition point.hpp:198
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.hpp:44
xtd::drawing::size size() const noexcept
Gets the size of this xtd::drawing::rectangle.
xtd::drawing::point location() const noexcept
Gets the coordinates of the upper-left corner of this xtd::drawing::rectangle structure.
int32 height
Gets or sets he vertical component of this xtd::drawing::size class.
Definition size.hpp:65
int32 width
Gets or sets the horizontal component of this xtd::drawing::size class.
Definition size.hpp:74