ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingRenderer
More...
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Top
SystemObject
ILNumerics.DrawingRenderer
ILNumerics.DrawingGDIDriver
ILNumerics.DrawingPickingDriver
ILNumerics.DrawingSVGDriver
ILNumerics.DrawingWebGLDriver
ILNumerics.DrawingWPFDriver
ILNumerics.DrawingXMLDriver
Abstract driver base class for all output driver implementations.
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.DrawingRenderer
More...
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The Renderer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Renderer | Initializes a new instance of the Renderer class |
Properties
| Name | Description | |
|---|---|---|
| BackColor | ||
| Camera | Obsolete. | |
| FPS | ||
| IsDisposed | ||
| IsInvalidated | ||
| LocalScene | ||
| LocalSceneSyncRoot | ||
| Rectangle | ||
| RendererType | ||
| Scene | ||
| SceneSyncRoot | ||
| Size | ||
| Timeout | ||
| ViewTransform |
Methods
| Name | Description | |
|---|---|---|
| Add(Group, Object) | ||
| AddT(T, Object) | ||
| autoGlobalHDRFactor | ||
| BeginDrawScreen2D | ||
| BeginDrawTransparent | ||
| BeginPickAt | ||
| BeginRender |
Fires the OnBeginRenderFrame event
[ILNumerics Visualization Engine] | |
| BeginRenderPass | ||
| Configure | ||
| Dispose | Releases all resources used by the Renderer | |
| DrawNode |
Default implementation, simply print out a copy of all shapes data
[ILNumerics Visualization Engine] | |
| EndDrawScreen2D | ||
| EndDrawTransparent | ||
| EndPickAt | ||
| EndRender | ||
| EndRenderPass | ||
| Find(Object, NullablePrimitives) | ||
| FindT(Object, PredicateT) | ||
| FindById | ||
| GetCurrentScene | ||
| GetGlobalAttenuation | ||
| moveInvalidLineEndOntoBorder | ||
| OnBeginRenderFrame | ||
| OnEndRenderFrame | ||
| OnFPSChanged | ||
| OnRenderingFailed | ||
| PickAt | ||
| Remove | ||
| Render | ||
| RenderInternal | ||
| RenderLines | ||
| RenderPoints | ||
| RenderText | ||
| RenderTriangles | ||
| Supports |
Events
| Name | Description | |
|---|---|---|
| BeginRenderFrame | ||
| EndRenderFrame | ||
| FPSChanged | ||
| RenderingFailed |
Fields
| Name | Description | |
|---|---|---|
| m_globalSceneSyncRoot | ||
| MAX_NUMBER_LIGHTS |
Remarks
[ILNumerics Visualization Engine]
See Also
Reference
Inheritance Hierarchy
ILNumerics.DrawingRenderer
ILNumerics.DrawingGDIDriver
ILNumerics.DrawingPickingDriver
ILNumerics.DrawingSVGDriver
ILNumerics.DrawingWebGLDriver
ILNumerics.DrawingWPFDriver
ILNumerics.DrawingXMLDriver