diff --git a/src/Eto/Drawing/Graphics.cs b/src/Eto/Drawing/Graphics.cs
index 1374fe47a3..8d30124517 100644
--- a/src/Eto/Drawing/Graphics.cs
+++ b/src/Eto/Drawing/Graphics.cs
@@ -36,6 +36,9 @@ public Graphics(IHandler handler)
///
/// Initializes a new instance of the Generator class to draw on the given
///
+ ///
+ /// To commit the changes to the Bitmap, the Graphics object must be disposed or used with a using block.
+ ///
/// Image to draw on using this graphics context
public Graphics(Bitmap image)
{