python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Converting GDI System.Drawing.Bitmap to SharpDX Bitmap
I have the following code for converting a GDI Bitmap to a SharpDX Bitmap and renderering that to a form handle.
public Renderer(IntPtr hWnd, Size size) {
RenderHandle = hWnd;
RenderSize = siz...
iegrm
Votes: 0
Answers: 0
Streaming SharpDX Bitmap from one device to another by converting to byte array
I'm trying to capture a bitmap from desktop and then stream that to another device on the local network via socket connection.
I have a working example of this using gdi that sends a bitmap via socket...
iegrm
Votes: 0
Answers: 0