IBuffer Interface
The base interface of all managed buffers used in rendering

Namespace: Aspose.ThreeD.Render
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IBuffer : IDisposable

The IBuffer type exposes the following members.

Properties
  NameDescription
Public propertySize
Size of this buffer in bytes
Methods
  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodLoadData
Load the data into current buffer
See Also