#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() const noexcept
Gets the y-coordinate of this xtd::drawing::point.
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h: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() const noexcept
Gets he vertical component of this xtd::drawing::size class.
int32 width() const noexcept
Gets the horizontal component of this xtd::drawing::size class.