ERY.AgateLib.IRenderTarget Interface Reference

Defines the interface used for render targets. Implemented by DisplayWindow and Surface. More...

Inherited by ERY.AgateLib.DisplayWindow, and ERY.AgateLib.Surface.

List of all members.

Public Attributes

event EventHandler Resize
 Event that is fired when the render target is resized.

Properties

IRenderTargetImpl Impl [get]
 Gets the library implementation of the render target.
int Width [get]
 Gets the width of the render target in pixels.
int Height [get]
 Gets the height of the render target in pixels.
Size Size [get]
 Gets the size of the render target in pixels.


Detailed Description

Defines the interface used for render targets. Implemented by DisplayWindow and Surface.


Member Data Documentation

event EventHandler ERY.AgateLib.IRenderTarget.Resize

Event that is fired when the render target is resized.

Implemented in ERY.AgateLib.DisplayWindow.


Property Documentation

IRenderTargetImpl ERY.AgateLib.IRenderTarget.Impl [get]

Gets the library implementation of the render target.

Implemented in ERY.AgateLib.DisplayWindow, and ERY.AgateLib.Surface.

int ERY.AgateLib.IRenderTarget.Width [get]

Gets the width of the render target in pixels.

Implemented in ERY.AgateLib.DisplayWindow.

int ERY.AgateLib.IRenderTarget.Height [get]

Gets the height of the render target in pixels.

Implemented in ERY.AgateLib.DisplayWindow.

Size ERY.AgateLib.IRenderTarget.Size [get]

Gets the size of the render target in pixels.

Implemented in ERY.AgateLib.DisplayWindow.


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