From ac0930d109fb902895d6093179f66082bc9185c6 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 4 Nov 2009 20:47:06 +0000 Subject: [PATCH] Updated deprecation message with specific instructions on how to solve the issue. --- Source/GLControl/GLControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/GLControl/GLControl.cs b/Source/GLControl/GLControl.cs index 2f1c0367..743d4bdd 100644 --- a/Source/GLControl/GLControl.cs +++ b/Source/GLControl/GLControl.cs @@ -388,7 +388,7 @@ namespace OpenTK /// /// Occurs when no OpenTK.Graphics.GraphicsContext is current in the calling thread. /// - [Obsolete("This method will not work correctly with OpenGL|ES. Please use ReadPixels to capture the contents of the framebuffer (you can then load them into a System.Drawing.Bitmap for further processing or saving them to disk).")] + [Obsolete("This method will not work correctly with OpenGL|ES. Please use GL.ReadPixels to capture the contents of the framebuffer (refer to http://www.opentk.com/doc/graphics/save-opengl-rendering-to-disk for more information).")] public Bitmap GrabScreenshot() { ValidateState();