Specifies the attributes of a bitmap image. The xtd::drawing::imaging::bitmap_data class is used by t...
Definition bitmap_data.h:22
int32 reserved() const noexcept
Reserved. Do not use.
int32 stride() const noexcept
Gets the stride width (also called scan width) of the xtd::drawing::bitmap object.
bitmap_data()=default
Initializes a new instance of the xtd::drawing::imaging::bitmap_data class.
int32 height() const noexcept
Gets the pixel height of the xtd::drawing::bitmap object. Also sometimes referred to as the number of...
int32 width() const noexcept
Gets or sets the pixel width of the xtd::drawing::bitmap object. This can also be thought of as the n...
intptr scan0() const noexcept
Gets or sets the address of the first pixel data in the bitmap. This can also be thought of as the fi...
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:42
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.h:23
pixel_format
Specifies the format of the color data for each pixel in the image.
Definition pixel_format.h:23
@ undefined
The pixel format is undefined.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10