Open chris-crowther opened 2 years ago
The bigger circles are not even drawn:
After changing all the ints to long in DrawEllipseCentered:
I changed the following:
(I don't know how this type change affects the performance... on a 64 bit CPU it should not be a problem)
NOTE: My screenshots are scaled.. in the original size they are perfect circles.
Thanks for the excellent library!
When drawing concentric circles on a wide image using
DrawEllipseCentered
the outer circles appear compressed/deformed.The bitmap is passed to a WPF image control with
Stretch="None"
.