#include "../drawing_export.h"
#include "imaging/color_palette.h"
#include "imaging/encoder_parameters.h"
#include "imaging/frame_dimension.h"
#include "imaging/image_flags.h"
#include "imaging/image_format.h"
#include "imaging/pixel_format.h"
#include "imaging/property_item.h"
#include "graphics.h"
#include "graphics_unit.h"
#include "rectangle.h"
#include "rotate_flip_type.h"
#include "size.h"
#include "size_f.h"
#include <xtd/any>
#include <xtd/iequatable>
#include <xtd/object>
#include <xtd/string>
#include <cstdint>
#include <map>
#include <memory>
#include <iostream>
Contains xtd::drawing::image class.
Go to the source code of this file.
Classes | |
class | xtd::drawing::image |
An abstract base class that provides functionality for the bitmap and metafile descended classes. More... | |
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::drawing |
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing_2d, xtd::drawing::imaging, and xtd::drawing::text namespaces. | |