ILNumerics Ultimate VS

RenderQueueItem Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Single item with rendering instructions, used in RenderQueues

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderQueueItem

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

public class RenderQueueItem

The RenderQueueItem type exposes the following members.

Constructors

  NameDescription
Public methodRenderQueueItem
construct a new RenderQueueItem

[ILNumerics Visualization Engine]

Top
Fields

  NameDescription
Public fieldColor
Individual color for the item
Public fieldKey
unique key, identifies the item in the render cache
Public fieldRect
Layout rectangle to render the item into, includes size and offsets for sub/superscript rendering
Public fieldText
The transformed text of the item
Public fieldTextureRect
[optional] Area of the item within the corresponding texture storage
Top
Remarks

[ILNumerics Visualization Engine]

See Also

Reference