Enum Enums.ArgumentFlags
Flags we associate with each object argument.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum ArgumentFlags
Fields
Name | Description |
---|---|
CONSTRUCT | Can only be set in the constructor. |
DEPRECATED | Just there for back-compat, hide. |
INPUT | Is an input argument (one we depend on). |
MODIFY | The input argument will be modified. |
NONE | No flags. |
OUTPUT | Is an output argument (depends on us). |
REQUIRED | Must be set in the constructor. |
SET_ALWAYS | Don't do use-before-set checks. |
SET_ONCE | Can only be set once. |