Method RefreshRects
RefreshRects(IEnumerable<RectI>, bool)
Repaints rectangles (coordinates in pixels) in the control.
public virtual void RefreshRects(IEnumerable<RectI> rects, bool eraseBackground = true)
Parameters
rects
IEnumerable<RectI>Array of rectangles with coordinates specified in pixels.
eraseBackground
boolSpecifies whether to erase background.