public static IGraphicsResolution CreateResolution(int nWidth, int nHeight)
 {
     return(GraphicsManagerImplement.CreateResolution(nWidth, nHeight));
 }
 public static bool SetScreenResolution(ref int width, ref int height, bool fullscreen)
 {
     return(GraphicsManagerImplement.SetScreenResolution(ref width, ref height, fullscreen));
 }