2009-09-29 Jeffrey Stedfast <fejj@novell.com>
[moon.git] / class / System.Windows / System.Windows.Media.Imaging / RenderTargetBitmap.cs
blobe0c9255a5db39c25b99d5cdecc90c8eaa20bc0db
1 /*
2 * RenderTargetBitmap.cs.
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
13 using System;
14 using System.Windows.Shapes;
16 namespace System.Windows.Media.Imaging
18 public sealed class RenderTargetBitmap
20 public RenderTargetBitmap (int width, int height, IntPtr bitmap)
22 throw new NotImplementedException ();
25 public Rect? Render (UIElement visual)
27 throw new NotImplementedException ();