xtd 0.2.0
bitmap_data.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "pixel_format.hpp"
6#include <xtd/object>
7#include <xtd/types>
8
10namespace xtd {
12 namespace drawing {
60 }
61}
object()=default
Create a new instance of the ultimate base class object.
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.hpp:23
pixel_format
Specifies the format of the color data for each pixel in the image.
Definition pixel_format.hpp:23
@ undefined
The pixel format is undefined.
Definition pixel_format.hpp:25
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition bitmap_data.hpp:15
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::drawing::imaging::pixel_format enum class.
Specifies the attributes of a bitmap image. The xtd::drawing::imaging::bitmap_data struct is used by ...
Definition bitmap_data.hpp:22
int32 height
Gets or sets the pixel height of the xtd::drawing::bitmap object. Also sometimes referred to as the n...
Definition bitmap_data.hpp:29
int32 stride
Gets or sets the stride width (also called scan width) of the xtd::drawing::bitmap object.
Definition bitmap_data.hpp:51
xtd::drawing::imaging::pixel_format pixel_format
Gets or sets the format of the pixel information in the xtd::drawing::bitmap object that returned thi...
Definition bitmap_data.hpp:35
int32 reserved
Reserved. Do not use.
Definition bitmap_data.hpp:40
int32 width
Gets or sets or sets the pixel width of the xtd::drawing::bitmap object. This can also be thought of ...
Definition bitmap_data.hpp:56
intptr scan0
Gets or sets or sets the address of the first pixel data in the bitmap. This can also be thought of a...
Definition bitmap_data.hpp:45