
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. | |
| 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.
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.
|
AgateLib Awesome Game and Tool Engine Library |
|