ERY.AgateLib.ImplBase.IRenderTargetImpl Interface Reference

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

Inherited by ERY.AgateLib.ImplBase.DisplayWindowImpl, and ERY.AgateLib.ImplBase.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 ERY.AgateLib.ImplBase.IRenderTargetImpl.BeginRender (  ) 

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

Implemented in ERY.AgateLib.ImplBase.DisplayWindowImpl, and ERY.AgateLib.ImplBase.SurfaceImpl.

void ERY.AgateLib.ImplBase.IRenderTargetImpl.EndRender (  ) 

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

Implemented in ERY.AgateLib.ImplBase.DisplayWindowImpl, and ERY.AgateLib.ImplBase.SurfaceImpl.


Property Documentation

Size ERY.AgateLib.ImplBase.IRenderTargetImpl.Size [get]

Gets the Size of the render target, in pixels.

Implemented in ERY.AgateLib.ImplBase.DisplayWindowImpl.

int ERY.AgateLib.ImplBase.IRenderTargetImpl.Width [get]

Gets the Height of the render target, in pixels.

Implemented in ERY.AgateLib.ImplBase.DisplayWindowImpl.

int ERY.AgateLib.ImplBase.IRenderTargetImpl.Height [get]

Gets the Width of the render target, in pixels.

Implemented in ERY.AgateLib.ImplBase.DisplayWindowImpl.


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