Click or drag to resize

CefBrowserHostInvalidate Method

Invalidate the view. The browser will call CefRenderHandler::OnPaint asynchronously. This method is only used when window rendering is disabled.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void Invalidate(
	CefPaintElementType type
)

Parameters

type
Type: Internal.Xilium.CefGlueCefPaintElementType
See Also