Interface IManagedByteBuffer
Represents a byte buffer backed by a managed array. Useful for interop with classic .NET API-s.
Namespace: SixLabors.ImageSharp.Memory
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IManagedByteBuffer : IMemoryOwner<byte>, IDisposable
Properties
| Improve this Doc View SourceArray
Gets the managed array backing this buffer instance.
Declaration
byte[] Array { get; }
Property Value
Type | Description |
---|---|
Byte[] |