![]() |
xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::drawing::point, including all inherited members.
| add(const point &pt, const size &sz) | xtd::drawing::point | static |
| ceiling(const point_f &value) | xtd::drawing::point | static |
| empty | xtd::drawing::point | static |
| equals(const object &obj) const noexcept | xtd::object | virtual |
| equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| get_hash_code() const noexcept | xtd::object | virtual |
| is_empty() const | xtd::drawing::point | inline |
| memberwise_clone() const | xtd::object | inline |
| object()=default | xtd::object | |
| offset(int dx, int dy) | xtd::drawing::point | inline |
| offset(const point &p) | xtd::drawing::point | inline |
| point()=default | xtd::drawing::point | |
| point(int32_t dw) | xtd::drawing::point | inlineexplicit |
| point(int32_t x, int32_t y) | xtd::drawing::point | inline |
| point(const size &sz) | xtd::drawing::point | |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| round(const point_f &value) | xtd::drawing::point | static |
| subtract(const point &pt, const size &sz) | xtd::drawing::point | static |
| to_string() const noexcept override | xtd::drawing::point | inlinevirtual |
| truncate(const point_f &value) | xtd::drawing::point | static |
| x() const | xtd::drawing::point | inline |
| x(int32_t x) | xtd::drawing::point | inline |
| y() const | xtd::drawing::point | inline |
| y(int32_t y) | xtd::drawing::point | inline |