ILNumerics Ultimate VS

RenderQueue Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
the class collects renderable items which define the graphical output for a render expression

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderQueue

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

public class RenderQueue : IEnumerable

The RenderQueue type exposes the following members.

Constructors

  NameDescription
Public methodRenderQueue
constructor, creates a new render queue with content

[ILNumerics Visualization Engine]

Top
Properties

  NameDescription
Public propertyCount
Public propertyExpression
Expression which led to this queue

[ILNumerics Visualization Engine]

Public propertyIsReadOnly
Public propertyItem
Public propertySize
overall size of content of this render queue in pixels

[ILNumerics Visualization Engine]

Top
Methods

  NameDescription
Public methodClear
Public methodContains
Public methodCopyTo
Public methodGetEnumerator
Public methodIndexOf
Top
Remarks

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.

[ILNumerics Visualization Engine]

See Also

Reference