ImageLockMode
ImageLockMode enum
Specifies properties of the region of an image being locked.
enum class ImageLockMode
Values
Name | Value | Description |
---|---|---|
ReadOnly | 1 | The region is locked only for reading. |
WriteOnly | 2 | The region is locked only for writing. |
ReadWrite | n/a | The region is locked both for reading and writing. |
UserInputBuffer | 4 | The image resides in a user input buffer, access to which is controlled by the user. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.Slides