You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This return statement here creates a new Bitmap for every call. The bitmap is not disposed of. Disposing the graphics doesn't dispose the Bitmap. I suppose the _refBitmap should be used instead?
This return statement here creates a new Bitmap for every call. The bitmap is not disposed of. Disposing the graphics doesn't dispose the Bitmap. I suppose the _refBitmap should be used instead?
Samples17/Advanced/PageAndRDL/Calendar/CalendarComponent/Rendering/RenderUtils.cs
Line 48 in d584e52