DisplayEngine Class

DisplayEngine Class

[Missing <summary> documentation for "T:Rhino.Display.DisplayEngine"]

Inheritance Hierarchy
SystemObject
  Rhino.DisplayDisplayEngine

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public abstract class DisplayEngine : IDisposable
Public MustInherit Class DisplayEngine
	Implements IDisposable

The DisplayEngine type exposes the following members.

Constructors
  NameDescription
Protected methodDisplayEngine
Initializes a new instance of the DisplayEngine class
Top
Methods
  NameDescription
Public methodDispose
Actively reclaims unmanaged resources that this instance uses.
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Overrides ObjectFinalize.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also