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