|
|
|
The image lock mode when getting data from an image. |
|
|
|
|
|
|
|
System.Object
System.ValueType
System.Enum
WebSupergoo.ImageGlue8.ImageLockMode
|
|
|
|
|
|
|
System.IComparable
System.IFormattable
System.IConvertible
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
ReadOnly
|
|
The need is for pixels to be read rather than changed. However
you should not change the pixels as this may affect the underlying
image. |
|
|
|
|
|
|
|
ReadWrite
|
|
Pixels can be read and any changes will be reflected back to
the underlying image. |
|
|
|
|
|
|
|
WriteOnly
|
|
This is preserved for compatibility with System.Drawing code,
but the behavior is the same as ReadWrite. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|