ILNumerics Ultimate VS

ShapeBuffers Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Get the complete set of buffers for the shape or sets it

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public BufferSet Buffers { get; set; }

Property Value

Type: BufferSet
Remarks

Buffer sets contain any buffers for the shape: vertex and index buffers. A buffer set can be shared among multiple shapes in the same way as individual buffers can. Reference counting keeps track of the instances and memory management transparently.

[ILNumerics Visualization Engine]

See Also

Reference