Exemplo n.º 1
0
 public static IGraphicsResolution CreateResolution(int nWidth, int nHeight)
 {
     return(GraphicsManagerImplement.CreateResolution(nWidth, nHeight));
 }
Exemplo n.º 2
0
 public static bool SetScreenResolution(ref int width, ref int height, bool fullscreen)
 {
     return(GraphicsManagerImplement.SetScreenResolution(ref width, ref height, fullscreen));
 }