Enum AllocationOptions
Options for allocating buffers.
Namespace: SixLabors.ImageSharp.Memory
Assembly: SixLabors.ImageSharp.dll
Syntax
[Flags]
public enum AllocationOptionsFields
| Name | Description | 
|---|---|
| Clean | Indicates that the allocated buffer should be cleaned following allocation. | 
| None | Indicates that the buffer should just be allocated. |