Activity overview
Latest activity by RickBrewster
Thanks [image] / comments
Thanks
Incorrect disassembly with unsafe code (pointers)
I have some simple methods that follow a pattern like this:
(original C# code)
using RectDouble = PaintDotNet.Rendering.RectDouble;
using Rect = System.Windows.Rect;
public static unsafe RectDouble...