Table of Contents

Method RefreshRects

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 bool

Specifies whether to erase background.