ILNumerics Ultimate VS

BufferBase Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingBufferBase
    ILNumerics.DrawingBufferT

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

[SerializableAttribute]
public abstract class BufferBase

The BufferBase type exposes the following members.

Constructors

  NameDescription
Protected methodBufferBase
Initializes a new instance of the BufferBase class
Top
Properties

  NameDescription
Public propertyBufferType
Public propertyDataCount
Public propertyDataLength
Dimensionality of a single date in this buffer (number of rows or length of each vector)

[ILNumerics Visualization Engine]

Public propertyID
Public propertyIsDisposed
Public propertyIsEmpty
Top
Methods

  NameDescription
Public methodStatic memberDebug
Protected methodOnChanged(BufferChangedEventArgs)
Protected methodOnChanged(Int32, Int32, ChangeQueueActions)
Protected methodOnDisposing
Top
Events

  NameDescription
Public eventChanged
Fires once the buffer has been changed

[ILNumerics Visualization Engine]

Public eventDisposing
Fires before the buffer gets disposed

[ILNumerics Visualization Engine]

Top
See Also

Reference