5#include "../drawing_export.h"
8#include <xtd/iequatable>
54 rectangle_f(
float x,
float y,
float width,
float height) noexcept;
72 float bottom() const noexcept;
81 float height() const noexcept;
85 void height(
float height) noexcept;
89 bool is_empty() const noexcept;
93 float left() const noexcept;
104 float right() const noexcept;
115 float top() const noexcept;
120 float width() const noexcept;
124 void width(
float width) noexcept;
129 float x() const noexcept;
133 void x(
float x) noexcept;
138 float y() const noexcept;
142 void y(
float y) noexcept;
151 void add(const drawing::
size_f& sz) noexcept;
156 void add(
float width,
float height) noexcept;
162 bool contains(const
point_f& pt) const noexcept;
173 bool contains(
float x,
float y) const noexcept;
175 using
object::equals;
176 bool equals(const
rectangle_f& value) const noexcept override;
181 void inflate(const drawing::
size_f& sz) noexcept;
187 void inflate(
float width,
float height) noexcept;
209 void offset(
float x,
float y) noexcept;
213 xtd::
string to_string() const noexcept override;
240 static
rectangle_f from_ltrb(
float left,
float top,
float right,
float bottom) noexcept;
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimen...
Definition point_f.h:35
Stores a set of four floating-point numbers that represent the location and size of a rectangle....
Definition rectangle_f.h:34
rectangle_f() noexcept=default
Initializes a new instance of the xtd::drawing::rectagle_f class.
static const rectangle_f empty
Represents a xtd::drawing::rectangle_F that has xtd::drawing::rectagle_f::x, xtd::drawing::rectangle_...
Definition rectangle_f.h:40
Stores an ordered pair of floating-point, which specify a height and width.
Definition size_f.h:31
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::drawing::point_f class.
Contains xtd::drawing::size_f class.