A zero or missing value for any width/height means it doesn't apply.
. More...

Public Member Functions | |
| DisplayWindowResource (string name) | |
| Constructs a new DisplayWindowResource. | |
Protected Member Functions | |
| override AgateResource | Clone () |
| Clones the DisplayWindowResource. | |
Properties | |
| Size | Size [get, set] |
| Gets or sets the preferred size of the DisplayWindow when it is created. For windowed systems, this will specify the size, but for full-screen systems this will specify the starting point for searching for a full-screen resolution. | |
| Size | MinimumSize [get, set] |
| Size | MaximumSize [get, set] |
| string | Title [get, set] |
| bool | AllowResize [get, set] |
| bool | FullScreen [get, set] |
| int | Bpp [get, set] |
A zero or missing value for any width/height means it doesn't apply.
.
Not all attributes are used at the moment. minimum_size and maximum_size can be specified and will be preserved if the resource file is loaded and saved, but they are not used in the construction of the DisplayWindow.
| AgateLib.Resources.DisplayWindowResource.DisplayWindowResource | ( | string | name | ) |
| override AgateResource AgateLib.Resources.DisplayWindowResource.Clone | ( | ) | [protected, virtual] |
bool AgateLib.Resources.DisplayWindowResource.AllowResize [get, set] |
int AgateLib.Resources.DisplayWindowResource.Bpp [get, set] |
bool AgateLib.Resources.DisplayWindowResource.FullScreen [get, set] |
Size AgateLib.Resources.DisplayWindowResource.MaximumSize [get, set] |
Size AgateLib.Resources.DisplayWindowResource.MinimumSize [get, set] |
Size AgateLib.Resources.DisplayWindowResource.Size [get, set] |
Gets or sets the preferred size of the DisplayWindow when it is created. For windowed systems, this will specify the size, but for full-screen systems this will specify the starting point for searching for a full-screen resolution.
string AgateLib.Resources.DisplayWindowResource.Title [get, set] |
|
AgateLib Awesome Game and Tool Engine Library |
|