Table of Contents

Method RefreshRect

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

RefreshRect(RectD, bool)

Same as Invalidate(RectD) but has additional parameter eraseBackground.

public virtual void RefreshRect(RectD rect, bool eraseBackground = true)

Parameters

rect RectD

A RectD that represents the region to invalidate.

eraseBackground bool

Specifies whether to erase background.