From 8628ef580fc091088e1e02ef303b42a21a8cc48f Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 15 Oct 2009 14:15:26 +0000 Subject: [PATCH] Clarified GrabScreenshot() ObsoleteAttribute message. --- 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 9df97f97..bd3e635c 100644 --- a/Source/GLControl/GLControl.cs +++ b/Source/GLControl/GLControl.cs @@ -365,7 +365,7 @@ namespace OpenTK /// /// Occurs when no OpenTK.Graphics.GraphicsContext is current in the calling thread. /// - [Obsolete("This method will be removed. Please provide your own code to capture framebuffer contents.")] + [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).")] public Bitmap GrabScreenshot() { ValidateState();