#include "../drawing_export.hpp"
#include "imaging/color_palette.hpp"
#include "imaging/encoder_parameters.hpp"
#include "imaging/frame_dimension.hpp"
#include "imaging/image_flags.hpp"
#include "imaging/image_format.hpp"
#include "imaging/pixel_format.hpp"
#include "imaging/property_item.hpp"
#include "graphics.hpp"
#include "graphics_unit.hpp"
#include "rectangle.hpp"
#include "rotate_flip_type.hpp"
#include "size.hpp"
#include "size_f.hpp"
#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. | |