IBuffer
Overview
IBuffer is a interface in Aspose.3D FOSS for .NET.
Inherits from: IDisposable.
The base interface of all managed buffers used in rendering
This interface provides 1 method for working with IBuffer objects in .NET programs.
Available methods include: LoadData.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Size.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Size | int | Read | Size of this buffer in bytes |
Methods
| Signature | Description |
|---|---|
LoadData(data: byte[]) | Calls LoadData(data) on this IBuffer instance. |