d2dlib icon indicating copy to clipboard operation
d2dlib copied to clipboard

Missing clip rect in OnRender

Open zzattack opened this issue 2 years ago • 0 comments

Currently there is no facility to invalidate partial regions of the target HWND. Please consider passing along the ClipRectangle from the PaintEventArgs here: https://github.com/jingwood/d2dlib/blob/d6db6bddd03e804e7b54d77c44a20f56e93862d5/src/D2DWinForm/D2DControl.cs#L100

zzattack avatar Sep 16 '22 09:09 zzattack