ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingRenderQueueItem
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Single item with rendering instructions, used in RenderQueues
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.DrawingRenderQueueItem
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The RenderQueueItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RenderQueueItem |
construct a new RenderQueueItem
[ILNumerics Visualization Engine] |
Fields
Name | Description | |
---|---|---|
Color |
Individual color for the item
| |
Key |
unique key, identifies the item in the render cache
| |
Rect |
Layout rectangle to render the item into, includes size and offsets for sub/superscript rendering
| |
Text |
The transformed text of the item
| |
TextureRect |
[optional] Area of the item within the corresponding texture storage
|
Remarks
[ILNumerics Visualization Engine]
See Also