Top "Rendertargetbitmap" questions

The RenderTargetBitmap class, part of the .NET Framework (from version 3.0), converts a System.

Convert RenderTargetBitmap to BitmapImage

I have a RenderTargetBitmap, I need to convert it to BitmapImage. Please check the code below. RenderTargetBitmap bitMap = getRenderTargetBitmap(); Image …

c# wpf bitmapimage rendertargetbitmap
How to convert a XPS file to an image in high quality (rather than blurry low resolution)?

I'm trying to convert an XPS with WPF. The idea is that these images can be loaded with silverlight 4, for …

c# wpf silverlight xps rendertargetbitmap
Convert RenderTargetBitmap to Bitmap

This looks like a dup question, it is, but no one has answered the actual question(s). Here goes: Basically, …

wpf vb.net system.drawing rendertargetbitmap
Snapshot of an WPF Canvas Area using RenderTargetBitmap

I want to create a Snapshot of the Canvas Area in my Application. I'm using Visual brush to get the …

wpf png snapshot rendertargetbitmap
Create WPF element offscreen and render to bitmap

I can't understand why this doesn't work, or what I need to get it to work. To repro, create a …

wpf rendertargetbitmap
Saving a canvas to png C# wpf

So I am trying to take a snapshot of my canvas in WPF C# so that I can save it …

c# wpf png rendertargetbitmap
Convert an IBuffer to a byte array in Windows Phone 8.1, how?

I'm writing an application for Windows Phone 8.1. I need to save an UIElement as an image file (I'd prefer JPG …

c# rendertargetbitmap windows-phone-8.1
RenderTargetBitmap and DPI

I don't understand why the DPI parameters on the RenderTargetBitmap are used the way they seem to be used. Quite …

c# wpf rendertargetbitmap
Convert RenderTargetBitmap into System.Drawing.Image

I have 3D WPF visual that I want to pass into an Excel cell (via clipboard buffer). With "normal" BMP …

c# wpf system.drawing bitmapimage rendertargetbitmap
RenderTargetBitmap and Viewport3D - Quality Issues

I'm wanting to export a 3D scene from a Viewport3D to a bitmap. The obvious way to do this …

c# .net wpf 3d rendertargetbitmap