2 * HostingRenderTargetBitmap.cs.
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.
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 ();