C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > C1PdfDocument Class > DrawImage Method : DrawImage(WriteableBitmap,Rect) Method |
'Declaration
Public Overloads Sub DrawImage( _ ByVal img As WriteableBitmap, _ ByVal rc As Rect _ )
public void DrawImage( WriteableBitmap img, Rect rc )
void DrawImage(UIElement e, Rect rc) { DrawImage(new WriteableBitmap(e, null), rc); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2