5 #include "../drawing_export.h" 66 explicit bitmap(std::istream& stream);
72 explicit bitmap(std::istream& stream,
bool use_icm);
75 explicit bitmap(
const char*
const* bits);
126 intptr get_hbitmap()
const;
168 void make_transparent();
172 void make_transparent(
const color& transparent_color);
184 void set_resolution(
int32 x_dpi,
int32 y_dpi);
intmax_t intptr
Represent a pointer or a handle.
Definition: types.h:151
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
image_lock_mode
Specifies flags that are passed to the flags parameter of the xtd::drawing::bitmap::lock_bits method...
Definition: image_lock_mode.h:20
Stores a set of four floating-point numbers that represent the location and size of a rectangle...
Definition: rectangle_f.h:34
Represents text as a sequence of UTF-8 code units.
Definition: ustring.h:46
Contains xtd::drawing::image class.
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes...
Definition: bitmap.h:26
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Contains xtd::drawing::imaging::image_lock_mode class.
pixel_format
Specifies the format of the color data for each pixel in the image.
Definition: pixel_format.h:23
Contains xtd::drawing::imaging::bitmap_data class.
Specifies the attributes of a bitmap image. The xtd::drawing::imaging::bitmap_data class is used by t...
Definition: bitmap_data.h:22
Stores a set of four integers that represent the location and size of a rectangle.
Definition: rectangle.h:44
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
int_least32_t int32
Represents a 32-bit signed integer.
Definition: types.h:129
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition: graphics.h:70
static bitmap empty
Represent an empty bitmap.
Definition: bitmap.h:32
Represents a Windows icon, which is a small bitmap image that is used to represent an object...
Definition: icon.h:28