Exemplo n.º 1
0
 public RenderInfo(int width, int height, SizeMode target, VisualGridSelector selector,
                   Rectangle?region, EmulationBaseInfo emulationInfo, IosDeviceInfo iosDeviceInfo)
 {
     Width         = width;
     Height        = height;
     Target        = target;
     Selector      = selector;
     Region        = region;
     EmulationInfo = emulationInfo;
     IosDeviceInfo = iosDeviceInfo;
 }
 public RenderBrowserInfo(EmulationBaseInfo emulationInfo, string baselineEnvName = null)
 {
     EmulationInfo   = emulationInfo;
     BaselineEnvName = baselineEnvName;
     BrowserType     = BrowserType.CHROME;
 }