ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferT
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Inheritance Hierarchy
ILNumerics.DrawingBufferBase
ILNumerics.DrawingBufferT
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The BufferBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BufferBase | Initializes a new instance of the BufferBase class |
Properties
Name | Description | |
---|---|---|
![]() | BufferType | |
![]() | DataCount | |
![]() | DataLength |
Dimensionality of a single date in this buffer (number of rows or length of each vector)
[ILNumerics Visualization Engine] |
![]() | ID | |
![]() | IsDisposed | |
![]() | IsEmpty |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Debug | |
![]() | OnChanged(BufferChangedEventArgs) | |
![]() | OnChanged(Int32, Int32, ChangeQueueActions) | |
![]() | OnDisposing |
Events
Name | Description | |
---|---|---|
![]() | Changed |
Fires once the buffer has been changed
[ILNumerics Visualization Engine] |
![]() | Disposing |
Fires before the buffer gets disposed
[ILNumerics Visualization Engine] |
See Also