Exemplo n.º 1
0
        public override void AnotherWay(OpenGLControl openGL)
        {
            Bitmap bitmap = new Bitmap(openGL.Width, openGL.Height);

            openGL.DrawToBitmap(bitmap, new Rectangle(openGL.Left, openGL.Top, openGL.Width, openGL.Height));
            FilterImage(bitmap);
        }