Cocoa.Window.Window C# (CSharp) Method

Window() public method

public Window ( ) : System
return System
        public Window()
            : base()
        {
            Initialize ();
        }

Same methods

Window::Window ( IntPtr native_object ) : System
Window::Window ( Rect rect, WindowStyle stylemask, BackingStoreType backingstore, bool defer ) : System