MegaMan.LevelEditor.ScreenDocument.DrawOn C# (CSharp) Method

DrawOn() public method

public DrawOn ( Graphics graphics ) : void
graphics System.Drawing.Graphics
return void
        public void DrawOn(Graphics graphics)
        {
            //screen.Draw(graphics, 0, 0, screen.PixelWidth, screen.PixelHeight);
        }