Hello,
What's the best way to direct write to a bitmap?
I know, it's possible to use SurfaceImageSource to interop with DirectX.
But, i don't need for DirectX drawing capabilities, just to write pixel data from one app's component to bitmap.
Maybe, it's another way? Like, WriteableBitmap or Bitmap.LockBits in desktop .Net environment.
Best regards.