std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
image_lock_mode
Specifies flags that are passed to the flags parameter of the xtd::drawing::bitmap::lock_bits method....
Definition image_lock_mode.hpp:20
@ read_only
The pixel data is read-only.
Definition image_flags.hpp:46
@ read_write
Specifies that a portion of the image is locked for reading or writing.
Definition image_lock_mode.hpp:26
@ write_only
Specifies that a portion of the image is locked for writing.
Definition image_lock_mode.hpp:24
@ user_input_buffer
Specifies that the buffer used for reading or writing pixel data is allocated by the user....
Definition image_lock_mode.hpp:28
@ read_only
Specifies that a portion of the image is locked for reading.
Definition image_lock_mode.hpp:22
The xtd::drawing::imaging namespace provides advanced GDI+ imaging functionality. Basic graphics func...
Definition bitmap_data.hpp:15
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38