ILNumerics Ultimate VS

GDIDriver Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Inheritance Hierarchy

SystemObject
  ILNumerics.DrawingRenderer
    ILNumerics.DrawingGDIDriver

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

public sealed class GDIDriver : Renderer, 
	IDisposable

The GDIDriver type exposes the following members.

Constructors

  NameDescription
Public methodGDIDriver(BackBuffer, Scene)
Initializes a new instance of the GDIDriver class
Public methodGDIDriver(Int32, Int32, Scene, NullableColor)
Initializes a new instance of the GDIDriver class
Top
Properties

  NameDescription
Public propertyBackBuffer
Public propertyBackColor (Inherited from Renderer.)
Public propertyCamera Obsolete. (Inherited from Renderer.)
Public propertyFPS (Inherited from Renderer.)
Public propertyIsDisposed (Overrides RendererIsDisposed.)
Public propertyIsInvalidated (Inherited from Renderer.)
Public propertyLocalScene (Inherited from Renderer.)
Public propertyLocalSceneSyncRoot (Inherited from Renderer.)
Public propertyRectangle (Inherited from Renderer.)
Public propertyRendererType (Overrides RendererRendererType.)
Public propertyScene (Inherited from Renderer.)
Public propertySceneSyncRoot (Inherited from Renderer.)
Public propertySize (Overrides RendererSize.)
Public propertyTimeout (Inherited from Renderer.)
Public propertyViewTransform (Inherited from Renderer.)
Top
Methods

  NameDescription
Public methodAdd(Group, Object) (Inherited from Renderer.)
Public methodAddT(T, Object) (Inherited from Renderer.)
Public methodConfigure (Inherited from Renderer.)
Public methodDispose
Releases all resources used by the GDIDriver
(Overrides RendererDispose.)
Public methodFind(Object, NullablePrimitives) (Inherited from Renderer.)
Public methodFindT(Object, PredicateT) (Inherited from Renderer.)
Public methodFindById (Inherited from Renderer.)
Public methodGetCurrentScene (Inherited from Renderer.)
Public methodPickAt (Inherited from Renderer.)
Public methodCode examplePickPrimitiveAt
Pick primitive(s) below specific screen position

[ILNumerics Visualization Engine]

Public methodRemove (Inherited from Renderer.)
Public methodRender (Inherited from Renderer.)
Public methodSupports (Overrides RendererSupports(Capabilities).)
Top
Events

  NameDescription
Public eventBeginRenderFrame (Inherited from Renderer.)
Public eventEndRenderFrame (Inherited from Renderer.)
Public eventFPSChanged (Inherited from Renderer.)
Public eventRenderingFailed (Inherited from Renderer.)
Top
See Also

Reference