Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.IGraphicsInfo Interface Reference

Interface for types that provide information about the graphical specifications of an arcade game. More...

Inheritance diagram for GameAPI.IGraphicsInfo:
GameAPI.GraphicsInfoAttribute

Properties

int Width [get]
 Desired horizontal resolution of the game in pixels. More...
 
int Height [get]
 Desired vertical resolution of the game in pixels. More...
 

Detailed Description

Interface for types that provide information about the graphical specifications of an arcade game.

Property Documentation

int GameAPI.IGraphicsInfo.Height
get

Desired vertical resolution of the game in pixels.

int GameAPI.IGraphicsInfo.Width
get

Desired horizontal resolution of the game in pixels.