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:44
#define drawing_export_
Define shared library export.
Definition drawing_export.hpp:13
size()=default
Initializes a new instance of the xtd::drawing::size class that has a Height and Width value of 0.
- 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::unique_ptr_object< object_t > | memberwise_clone () const |
| Creates a shallow copy of the current object.
|
|
virtual int32 | compare_to (const size &obj) const noexcept=0 |
| Compares the current instance with another object of the same type.
|
|
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 |
◆ compare_to()
Compares the current instance with another object of the same type.
- Parameters
-
obj | An object to compare with this instance. |
- Returns
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
Value | Condition |
Less than zero | This instance is less than obj. |
Zero | This instance is equal to obj. |
Greater than zero | This instance is greater than obj. |
◆ 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