ArcGIS Pro 2.7 API Reference Guide
OnPaint Method

ArcGIS.Desktop.Framework.Controls Namespace > ChromiumWebBrowser Class : OnPaint Method
Syntax
protected virtual void OnPaint( 
   bool isPopup,
   CefSharp.Structs.Rect dirtyRect,
   IntPtr buffer,
   int width,
   int height
)
Protected Overridable Sub OnPaint( _
   ByVal isPopup As Boolean, _
   ByVal dirtyRect As CefSharp.Structs.Rect, _
   ByVal buffer As IntPtr, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 

Parameters

isPopup
dirtyRect
buffer
width
height
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ChromiumWebBrowser Class
ChromiumWebBrowser Members