public final class ImageLockMode
extends com.aspose.ms.System.Enum
Specifies flags that are passed to the flags parameter of the method. The method locks a portion of an image so that you can read or write the pixel data.
| Modifier and Type | Field and Description |
|---|---|
static int |
ReadOnly
Specifies that a portion of the image is locked for reading.
|
static int |
ReadWrite
Specifies that a portion of the image is locked for reading or writing.
|
static int |
UserInputBuffer
Specifies that the buffer used for reading or writing pixel data is allocated by the user.
|
static int |
WriteOnly
Specifies that a portion of the image is locked for writing.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int ReadOnly
Specifies that a portion of the image is locked for reading.
public static final int WriteOnly
Specifies that a portion of the image is locked for writing.
public static final int ReadWrite
Specifies that a portion of the image is locked for reading or writing.
public static final int UserInputBuffer
Specifies that the buffer used for reading or writing pixel data is allocated by the user.
If this flag is set, the flags parameter of the
method serves as an input parameter (and possibly as an output parameter).
If this flag is cleared, then the flags parameter serves only as an output parameter.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.