2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / class / System.Windows / System.Windows.Interop / HostingRenderTargetBitmap.cs
blobb935da07150116e39081368f54677774eaf54871
1 /*
2 * HostingRenderTargetBitmap.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;
15 namespace System.Windows.Interop
17 public sealed class HostingRenderTargetBitmap
19 public HostingRenderTargetBitmap (int width, int height, IntPtr bitmap)
21 throw new NotImplementedException ();
24 public Rect? Render (UIElement visual)
26 throw new NotImplementedException ();