2#ifndef _image_lock_mode_h_
3#define _image_lock_mode_h_
5#include <system/enum_helpers.h>
7namespace System {
namespace Drawing {
namespace Imaging {
25DECLARE_USING_GLOBAL_OPERATORS
@ ReadOnly
The pixel data is read-only.
ImageLockMode
Specifies properties of the region of an image being locked.
Definition: image_lock_mode.h:9
@ WriteOnly
The region is locked only for writing.
@ ReadWrite
The region is locked both for reading and writing.
@ UserInputBuffer
The image resides in a user input buffer, access to which is controlled by the user.
Definition: db_command.h:9