5#include "drawing/imaging/pixel_format.h"
6#include "system/object.h"
10namespace System {
namespace Drawing {
namespace Imaging {
61 int m_pixel_format = 0;
63 std::unique_ptr<uint8_t[]> m_scan0;
Represents a GDI+ bitmap image. Objects of this class should only be allocated using System::MakeObje...
Definition: bitmap.h:64
Represents a set of attributes of a bitmap image. Objects of this class should only be allocated usin...
Definition: bitmap_data.h:21
IntPtr get_Scan0() const
Returns the address of the first pixel data in the bitmap.
PixelFormat get_PixelFormat() const
Returns the pixel format of the bitmap image.
void set_Height(int value)
Sets the height of the image in pixels.
int get_Width() const
Returns the width of the image in pixels.
void set_Scan0(IntPtr value)
Sets the address of the first pixel data in the bitmap.
void set_Stride(int value)
Sets the stride width of the image in bytes.
int get_Height() const
Returns the height of the image in pixels.
void set_Width(int value)
Sets the width of the image in pixels.
void set_PixelFormat(PixelFormat value)
Sets the pixel format of the bitmap image.
int get_Stride() const
Returns the stride width of the image in bytes.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
@ Bitmap
Defines color adjustment information for Bitmap objects.
PixelFormat
Specifies the color data format of a pixel.
Definition: pixel_format.h:17
SharedPtr< BitmapData > BitmapDataPtr
An alias for a shared pointer to an instance of BitmapData class.
Definition: bitmap_data.h:15
Definition: db_command.h:9