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