This repository was archived by the owner on Mar 30, 2019. It is now read-only.
This repository was archived by the owner on Mar 30, 2019. It is now read-only.
DIrect2d Render Target to Bitmap #869
Open

Description
Hi. I'm new in DirectX and SharpDx. Now i have code that draw lines, text and points. For it I use SharpDX.Direct2D1.RenderTarget. Factory which is parent of swap chain is associated with win form. Is there a way to save render target to image whithout redraw all elements? I can't find way to get bitmap's data of target and save it by any object of wic like BitmapFrameEncode. Please, help me.