예제 #1
0
        public UserScreen(Rectangle display)
        {
            this.display = display;

            type = UserScreenType.FullScreen;
        }
예제 #2
0
        public UserScreen(Rectangle display)
        {
            this.monitorBounds = display;

            type = UserScreenType.FullScreen;
        }