Bitmap image in polar coordinates

601 Views Asked by At

I got an interesting situation. I need to produce something like: enter image description here

It is a standard polar coordinate image, so it is a raster. I already know the color values of pixels in polar coordinate system. But I dont know how to make a bitmap image by assigning polar coordinates.

How do we render a polar coordinate system in wpf? Any heads up or tips are deeply appreciated.

Feel free to ask further details.

1

There are 1 best solutions below

0
On

Have you seen writeablebitmapex ?