AgateLib.ImplementationBase.IRenderTargetImpl Interface Reference

Defines the interface used for render targets. SurfaceImpl and DisplayWindowImpl implement this interface. More...

Inheritance diagram for AgateLib.ImplementationBase.IRenderTargetImpl:

AgateLib.ImplementationBase.DisplayWindowImpl AgateLib.ImplementationBase.SurfaceImpl

List of all members.

Public Member Functions

void BeginRender ()
 Utility functions that can be called by the rendering system when rendering starts and ends.
void EndRender ()
 Utility functions that can be called by the rendering system when rendering starts and ends.

Properties

Size Size [get]
 Gets the Size of the render target, in pixels.
int Width [get]
 Gets the Height of the render target, in pixels.
int Height [get]
 Gets the Width of the render target, in pixels.


Detailed Description

Defines the interface used for render targets. SurfaceImpl and DisplayWindowImpl implement this interface.


Member Function Documentation

void AgateLib.ImplementationBase.IRenderTargetImpl.BeginRender (  ) 

Utility functions that can be called by the rendering system when rendering starts and ends.

Implemented in AgateLib.ImplementationBase.DisplayWindowImpl, and AgateLib.ImplementationBase.SurfaceImpl.

void AgateLib.ImplementationBase.IRenderTargetImpl.EndRender (  ) 

Utility functions that can be called by the rendering system when rendering starts and ends.

Implemented in AgateLib.ImplementationBase.DisplayWindowImpl, and AgateLib.ImplementationBase.SurfaceImpl.


Property Documentation

int AgateLib.ImplementationBase.IRenderTargetImpl.Height [get]

Gets the Width of the render target, in pixels.

Implemented in AgateLib.ImplementationBase.DisplayWindowImpl.

Size AgateLib.ImplementationBase.IRenderTargetImpl.Size [get]

Gets the Size of the render target, in pixels.

Implemented in AgateLib.ImplementationBase.DisplayWindowImpl.

int AgateLib.ImplementationBase.IRenderTargetImpl.Width [get]

Gets the Height of the render target, in pixels.

Implemented in AgateLib.ImplementationBase.DisplayWindowImpl.


The documentation for this interface was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo