Renderer Class

Project Mercury API

[This is preliminary documentation and is subject to change.]

Defines the abstract base class for a Renderer.

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public abstract class Renderer : IDisposable
Visual Basic (Declaration)
Public MustInherit Class Renderer _
	Implements IDisposable
Visual C++
public ref class Renderer abstract : IDisposable

Inheritance Hierarchy

See Also