Click or drag to resize

IDrawViewBehaviour Interface

Interface that handles the drawing behaviour for a renderer.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IDrawViewBehaviour

The IDrawViewBehaviour type exposes the following members.

Methods
  NameDescription
Public methodDrawView
Draw a view of the renderable objects.
Public methodRegisterRenderer
Assign the renderer that is supposed to generate the renderable objects.
Top
See Also