Esempio n. 1
0
        public SplashScreen()
        {
            InitializeComponent();
            WindowState     = FormWindowState.Normal;
            FormBorderStyle = FormBorderStyle.None;
            var graphicsUnit = GraphicsUnit.Display;

            Bounds        = Rectangle.Truncate(BackgroundImage.GetBounds(ref graphicsUnit));
            StartPosition = FormStartPosition.CenterScreen;
            Cursor        = Cursors.AppStarting;
        }