XNACS1Lib: CSS490 Spring 2011
Assembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Sets the Size of the Appplication Window (in pixel unit).
Namespace: XNACS1LibAssembly: XNACS1Lib (in XNACS1Lib.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static void SetAppWindowPixelDimension( bool fullScreen, int widthInPixel, int heightInPixel ) |
Parameters
- fullScreen
- Type: System..::..Boolean
Run in full screen mode. If ture, the width/height parameters are ignored.
- widthInPixel
- Type: System..::..Int32
Width of the applicaiton window (in pixel).
- heightInPixel
- Type: System..::..Int32
Height of the application window (in pixel).