TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface IRenderable2D in Tinman.AddOns.Application

Base interface for classes that perform nested 2D rendering.

interface IRenderable2D base of Component
  IWidget

Methods

Render2D

Performs 2D rendering.

method Render2D (Graphics g)
params g [not-null] The graphics object to use.

Remarks:

When this method is called, the given Graphics object has already been initialized for 2D rendering:

Usually, Render2D is called from within Render.