Table of Contents

Enum AllocationOptions

Namespace
SixLabors.ImageSharp.Memory
Assembly
SixLabors.ImageSharp.dll

Options for allocating buffers.

[Flags]
public enum AllocationOptions

Fields

Clean = 1

Indicates that the allocated buffer should be cleaned following allocation.

None = 0

Indicates that the buffer should just be allocated.