public WNTWindow(WNTGraphicDevice theDevice, string theTitle, WNTWClass theClass, double theStyle, int thePxLeft, int thePxTop, int thePxWidth, int thePxHeight, QuantityNameOfColor theBackColor, IntPtr theParent, IntPtr theMenu, IntPtr theClientStruct)
     :
     base(WNT_Window_Ctor83D53D04(theDevice.Instance, theTitle, theClass.Instance, theStyle, thePxLeft, thePxTop, thePxWidth, thePxHeight, (int)theBackColor, theParent, theMenu, theClientStruct))
 {
 }
 public WNTWindow(WNTGraphicDevice aDevice, string aTitle, WNTWClass aClass, double aStyle, double Xc, double Yc, double aWidth, double aHeight, QuantityNameOfColor aBackColor, IntPtr aParent, IntPtr aMenu, IntPtr aClientStruct)
     :
     base(WNT_Window_CtorB0EE1CA(aDevice.Instance, aTitle, aClass.Instance, aStyle, Xc, Yc, aWidth, aHeight, (int)aBackColor, aParent, aMenu, aClientStruct))
 {
 }