ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingRenderQueue
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
RenderQueues are semi-immutable. Instances - once created - can only be cleared and
re-created, but not altered. Therefore, they keep the size of the output cached over their livetime.
the class collects renderable items which define
the graphical output for a render expression
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.DrawingRenderQueue
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The RenderQueue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| RenderQueue |
constructor, creates a new render queue with content
[ILNumerics Visualization Engine] |
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| Expression |
Expression which led to this queue
[ILNumerics Visualization Engine] | |
| IsReadOnly | ||
| Item | ||
| Size |
overall size of content of this render queue in pixels
[ILNumerics Visualization Engine] |
Methods
| Name | Description | |
|---|---|---|
| Clear | ||
| Contains | ||
| CopyTo | ||
| GetEnumerator | ||
| IndexOf |
Remarks
[ILNumerics Visualization Engine]
See Also