ILNumerics Ultimate VS

Renderer Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Abstract driver base class for all output driver implementations.

[ILNumerics Visualization Engine]

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderer
    More...

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

public abstract class Renderer : IDriver, 
	IDisposable

The Renderer type exposes the following members.

Constructors

  NameDescription
Protected methodRenderer
Initializes a new instance of the Renderer class
Top
Properties

  NameDescription
Public propertyBackColor
Public propertyCamera Obsolete.
Public propertyFPS
Public propertyIsDisposed
Public propertyIsInvalidated
Public propertyLocalScene
Public propertyLocalSceneSyncRoot
Public propertyRectangle
Public propertyRendererType
Public propertyScene
Public propertySceneSyncRoot
Public propertySize
Public propertyTimeout
Public propertyViewTransform
Top
Methods

  NameDescription
Public methodAdd(Group, Object)
Public methodAddT(T, Object)
Protected methodautoGlobalHDRFactor
Protected methodBeginDrawScreen2D
Protected methodBeginDrawTransparent
Protected methodBeginPickAt
Protected methodBeginRender
Fires the OnBeginRenderFrame event

[ILNumerics Visualization Engine]

Protected methodBeginRenderPass
Public methodConfigure
Public methodDispose
Releases all resources used by the Renderer
Protected methodDrawNode
Default implementation, simply print out a copy of all shapes data

[ILNumerics Visualization Engine]

Protected methodEndDrawScreen2D
Protected methodEndDrawTransparent
Protected methodEndPickAt
Protected methodEndRender
Protected methodEndRenderPass
Public methodFind(Object, NullablePrimitives)
Public methodFindT(Object, PredicateT)
Public methodFindById
Public methodGetCurrentScene
Protected methodGetGlobalAttenuation
Protected methodmoveInvalidLineEndOntoBorder
Protected methodOnBeginRenderFrame
Protected methodOnEndRenderFrame
Protected methodOnFPSChanged
Protected methodOnRenderingFailed
Public methodPickAt
Public methodRemove
Public methodRender
Protected methodRenderInternal
Protected methodRenderLines
Protected methodRenderPoints
Protected methodRenderText
Protected methodRenderTriangles
Public methodSupports
Top
Events

  NameDescription
Public eventBeginRenderFrame
Public eventEndRenderFrame
Public eventFPSChanged
Public eventRenderingFailed
Top
Fields

  NameDescription
Protected fieldm_globalSceneSyncRoot
Public fieldStatic memberMAX_NUMBER_LIGHTS
Top
Remarks

[ILNumerics Visualization Engine]

See Also

Reference

Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderer
    ILNumerics.DrawingGDIDriver
    ILNumerics.DrawingPickingDriver
    ILNumerics.DrawingSVGDriver
    ILNumerics.DrawingWebGLDriver
    ILNumerics.DrawingWPFDriver
    ILNumerics.DrawingXMLDriver