AgateLib.DisplayLib.IRenderTarget Interface Reference

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

Inheritance diagram for AgateLib.DisplayLib.IRenderTarget:

AgateLib.DisplayLib.DisplayWindow AgateLib.DisplayLib.Surface

List of all members.

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.

Events

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


Detailed Description

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


Property Documentation

int AgateLib.DisplayLib.IRenderTarget.Height [get]

Gets the height of the render target in pixels.

Implemented in AgateLib.DisplayLib.DisplayWindow.

IRenderTargetImpl AgateLib.DisplayLib.IRenderTarget.Impl [get]

Gets the library implementation of the render target.

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

Size AgateLib.DisplayLib.IRenderTarget.Size [get]

Gets the size of the render target in pixels.

Implemented in AgateLib.DisplayLib.DisplayWindow.

int AgateLib.DisplayLib.IRenderTarget.Width [get]

Gets the width of the render target in pixels.

Implemented in AgateLib.DisplayLib.DisplayWindow.


Event Documentation

EventHandler AgateLib.DisplayLib.IRenderTarget.Resize

Event that is fired when the render target is resized.

Implemented in AgateLib.DisplayLib.DisplayWindow.


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