The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics functionality is provided by the xtd.drawing namespace.
Namespaces | |
| namespace | effects |
| The xtd::drawing::imaging::effects namespace provides functionality for adding effects to images. | |
Classes | |
| struct | bitmap_data |
| Specifies the attributes of a bitmap image. The xtd::drawing::imaging::bitmap_data struct is used by the xtd::drawing::bitmap::lock_bits and xtd::drawing::bitmap::unlock_bits methods of the xtd::drawing::bitmap class. Not inheritable. More... | |
| class | color_palette |
| Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable. More... | |
| class | encoder |
| An Encoder object encapsulates a globally unique identifier (GUID) that identifies the category of an image encoder parameter. More... | |
| class | encoder_parameter |
| Used to pass a value, or an array of values, to an image encoder. More... | |
| struct | encoder_parameters |
| Encapsulates an array of EncoderParameter objects. More... | |
| class | frame_dimension |
| Provides properties that get the frame dimensions of an image. Not inheritable. More... | |
| class | image_effector |
| The xtd::drawing::imaging::image_effector allows effects defined in the xtd::drawing::imaging::effects namespace to be applied to both xtd::drawing::image and xtd::drawing::graphics via overloaded xtd::drawing::imaging::image_effector::set_effect methods. This class cannot be inherited. More... | |
| class | image_format |
| Specifies the file format of the image. Not inheritable. More... | |
| class | property_item |
| Encapsulates a metadata property to be included in an image file. Not inheritable. More... | |