Public Member Functions | |
| ScreenMode (int width, int height, int bpp) | |
| Constructs a ScreenMode object. | |
Static Public Member Functions | |
| static ScreenMode | SelectBestMode (int width, int height, int bpp) |
| Searches through the available screen resolutions and selects the one which is the closest match for the parameters passed in. | |
Properties | |
| int | Width [get] |
| Width of the screen mode in pixels. | |
| int | Height [get] |
| Height of the screen mode in pixels. | |
| int | Bpp [get] |
| Bits per pixel of the screen mode. | |
| AgateLib.DisplayLib.ScreenMode.ScreenMode | ( | int | width, | |
| int | height, | |||
| int | bpp | |||
| ) |
| static ScreenMode AgateLib.DisplayLib.ScreenMode.SelectBestMode | ( | int | width, | |
| int | height, | |||
| int | bpp | |||
| ) | [static] |
Searches through the available screen resolutions and selects the one which is the closest match for the parameters passed in.
| width | ||
| height | ||
| bpp |
int AgateLib.DisplayLib.ScreenMode.Bpp [get] |
Bits per pixel of the screen mode.
int AgateLib.DisplayLib.ScreenMode.Height [get] |
Height of the screen mode in pixels.
int AgateLib.DisplayLib.ScreenMode.Width [get] |
Width of the screen mode in pixels.
|
AgateLib Awesome Game and Tool Engine Library |
|