#include "../drawing_export.hpp"#include "drawing_2d/compositing_mode.hpp"#include "drawing_2d/compositing_quality.hpp"#include "drawing_2d/flush_intention.hpp"#include "drawing_2d/interpolation_mode.hpp"#include "drawing_2d/graphics_path.hpp"#include "drawing_2d/graphics_state.hpp"#include "drawing_2d/matrix.hpp"#include "drawing_2d/matrix_order.hpp"#include "drawing_2d/pixel_offset_mode.hpp"#include "drawing_2d/smoothing_mode.hpp"#include "text/text_rendering_hint.hpp"#include "brush.hpp"#include "copy_pixel_operation.hpp"#include "solid_brush.hpp"#include "color.hpp"#include "font.hpp"#include "graphics_unit.hpp"#include "pen.hpp"#include "point.hpp"#include "point_f.hpp"#include "rectangle.hpp"#include "rectangle_f.hpp"#include "region.hpp"#include "size.hpp"#include "string_format.hpp"#include "size_f.hpp"#include <xtd/object>#include <xtd/string>Contains xtd::drawing::graphics class.
Go to the source code of this file.
Classes | |
| class | xtd::drawing::graphics |
| Defines an object used to draw lines and curves. This class cannot be inherited. 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. | |