|
| object ()=default |
| Create a new instance of the ultimate base class object.
|
|
virtual bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object.
|
|
virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type.
|
|
virtual type_object | get_type () const noexcept |
| Gets the type of the current instance.
|
|
template<typename object_t > |
xtd::uptr< object_t > | memberwise_clone () const |
| Creates a shallow copy of the current object.
|
|
virtual xtd::string | to_string () const noexcept |
| Returns a xtd::string that represents the current object.
|
|
template<typename object_a_t , typename 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<typename object_a_t , typename 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.
|
|
◆ bitmap_data()
xtd::drawing::imaging::bitmap_data::bitmap_data |
( |
| ) |
|
|
default |
◆ height() [1/2]
int32 xtd::drawing::imaging::bitmap_data::height |
( |
| ) |
const |
|
noexcept |
◆ height() [2/2]
Sets the pixel height of the xtd::drawing::bitmap object. Also sometimes referred to as the number of scan lines.
- Parameters
-
- Returns
- This current instance.
◆ pixel_format() [1/2]
◆ pixel_format() [2/2]
◆ reserved() [1/2]
int32 xtd::drawing::imaging::bitmap_data::reserved |
( |
| ) |
const |
|
noexcept |
Reserved. Do not use.
- Returns
- Reserved. Do not use.
◆ reserved() [2/2]
Reserved. Do not use.
- Parameters
-
value | Reserved. Do not use. |
- Returns
- This current instance.
◆ scan0() [1/2]
intptr xtd::drawing::imaging::bitmap_data::scan0 |
( |
| ) |
const |
|
noexcept |
Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.
- Returns
- The address of the first pixel data in the bitmap.
◆ scan0() [2/2]
Sets or sets the address of the first pixel data in the bitmap. This can also be thought of as the first scan line in the bitmap.
- Parameters
-
value | The address of the first pixel data in the bitmap. |
- Returns
- This current instance.
◆ stride() [1/2]
int32 xtd::drawing::imaging::bitmap_data::stride |
( |
| ) |
const |
|
noexcept |
◆ stride() [2/2]
Sets the stride width (also called scan width) of the xtd::drawing::bitmap object.
- Parameters
-
- Returns
- This current instance.
◆ width() [1/2]
int32 xtd::drawing::imaging::bitmap_data::width |
( |
| ) |
const |
|
noexcept |
◆ width() [2/2]
Sets or sets the pixel width of the xtd::drawing::bitmap object. This can also be thought of as the number of pixels in one scan line.
- Parameters
-
- Returns
- This current instance.
The documentation for this class was generated from the following file: