OpenTK.FadeEffect.MoveToStartPositions C# (CSharp) Method

MoveToStartPositions() private method

private MoveToStartPositions ( ) : void
return void
        void MoveToStartPositions()
        {
            int count = 0;
            foreach (Screen s in Screen.AllScreens)
            {
            //    forms[count++].Location = new System.Drawing.Point(s.Bounds.X, s.Bounds.Y);
                //forms[count].Size = new System.Drawing.Size(4096, 4096);
                count++;
            }
        }