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

NameTypeAccessDescription
SizeintReadSize of this buffer in bytes

Methods

SignatureDescription
LoadData(data: byte[])Calls LoadData(data) on this IBuffer instance.

See Also

 English