5#include "../drawing_export.h"
6#include <xtd/iequatable>
53 size_f(
float width,
float height) noexcept;
67 float height() const noexcept;
72 void height(
float value) noexcept;
76 bool is_empty() const noexcept;
81 float width() const noexcept;
86 void width(
float value) noexcept;
93 bool equals(const
xtd::drawing::
size_f& value) const noexcept override;
97 xtd::
string to_string() const noexcept override;
164 inline drawing::
size_f parse<drawing::
size_f>(const std::
string& str) {
static const basic_string empty_string
Represents the empty basic_string.
Definition basic_string.h:124
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimen...
Definition point_f.h:35
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores an ordered pair of floating-point, which specify a height and width.
Definition size_f.h:31
static const xtd::drawing::size_f empty
Gets a Size class that has a Height and Width value of 0. This field is constant.
Definition size_f.h:37
size_f() noexcept=default
Initializes a new instance of the Size class that has a Height and Width value of 0.
Stores an ordered pair of integers, which specify a height and width.
Definition size.h:31
Defines a generalized method that a value type or class implements to create a type-specific method f...
Definition iequatable.h:22
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
xtd::basic_string< char > string
Represents text as a sequence of UTF-8 code units.
Definition __string_definitions.h:43
size_t size
Represents a size of any object in bytes.
Definition size.h:23
float parse< float >(const std::string &str, number_styles styles)
Convert a string into a type.
Definition parse.h:191
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10