Stores an ordered pair of integers, which specify a height and width.
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:43
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
Stores an ordered pair of integers, which specify a height and width.
Definition size.hpp:31
- Inheritance
- xtd::object → xtd::drawing::size
- Namespace
- xtd::drawing
- Library
- xtd.drawing
- Examples
- about_dialog_with_user_pages.cpp, application_settings_without_cmake_setting_commands.cpp, auto_scroll.cpp, colored_tab_pages.cpp, demo.cpp, docked_panels.cpp, draw_image.cpp, emplace.cpp, form_background_image.cpp, form_resize.cpp, form_show.cpp, images2.cpp, images3.cpp, point.cpp, process_form.cpp, system_sound.cpp, test_forms.cpp, track_bar2.cpp, tutorial_button.cpp, and user_control.cpp.
|
| object ()=default |
| Create a new instance of the ultimate base class object.
|
|
virtual type_object | get_type () const noexcept |
| Gets the type of the current instance.
|
|
template<class object_t > |
xtd::uptr< object_t > | memberwise_clone () const |
| Creates a shallow copy of the current object.
|
|
virtual bool | equals (const size &) const noexcept=0 |
| Indicates whether the current object is equal to another object of the same type.
|
|
template<class object_a_t , class object_b_t > |
static bool | equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| Determines whether the specified object instances are considered equal.
|
|
template<class object_a_t , class object_b_t > |
static bool | reference_equals (const object_a_t &object_a, const object_b_t &object_b) noexcept |
| Determines whether the specified object instances are the same instance.
|
|
◆ size() [1/3]
xtd::drawing::size::size |
( |
| ) |
|
|
default |
Initializes a new instance of the xtd::drawing::size class that has a Height and Width value of 0.
◆ size() [2/3]
◆ size() [3/3]
xtd::drawing::size::size |
( |
int32 |
width, |
|
|
int32 |
height |
|
) |
| |
|
noexcept |
Initializes a new instance of the xtd::drawing::size class from the specified dimensions.
- Parameters
-
◆ is_empty()
bool xtd::drawing::size::is_empty |
( |
| ) |
const |
|
noexcept |
Tests whether this xtd::drawing::size class has xtd::drawing::size_fwidth and xtd::drawing::size_fheight of 0.
- Returns
- Returns
true
when this xtd::drawing::size class has both a xtd::drawing::size::width and xtd::drawing::size::height of 0; otherwise, false
.
◆ equals() [1/2]
bool xtd::drawing::size::equals |
( |
const xtd::object & |
obj | ) |
const |
|
overridevirtualnoexcept |
Determines whether the specified object is equal to the current object.
- Parameters
-
obj | The object to compare with the current object. |
- Returns
true
if the specified object is equal to the current object. otherwise, false
.
Reimplemented from xtd::object.
◆ equals() [2/2]
Determines whether the specified object is equal to the current object.
- Parameters
-
other | The object to compare with the current object. |
- Returns
true
if the specified object is equal to the current object. otherwise, false
.
◆ get_hash_code()
xtd::size xtd::drawing::size::get_hash_code |
( |
| ) |
const |
|
overridevirtualnoexcept |
Serves as a hash function for a particular type.
- Returns
- A hash code for the current object.
Reimplemented from xtd::object.
◆ to_string()
◆ add()
static size xtd::drawing::size::add |
( |
const size & |
size1, |
|
|
const size & |
size2 |
|
) |
| |
|
staticnoexcept |
◆ ceiling()
static size xtd::drawing::size::ceiling |
( |
const size_f & |
value | ) |
|
|
staticnoexcept |
◆ round()
static size xtd::drawing::size::round |
( |
const size_f & |
value | ) |
|
|
staticnoexcept |
◆ subtract()
◆ truncate()
static size xtd::drawing::size::truncate |
( |
const size_f & |
value | ) |
|
|
staticnoexcept |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ empty
Gets a xtd::drawing::size class that has a Height and Width value of 0. This field is constant.
◆ width
int32 xtd::drawing::size::width |
◆ height
int32 xtd::drawing::size::height |
The documentation for this struct was generated from the following file:
- xtd.drawing/include/xtd/drawing/size.hpp