Click or drag to resize

DefaultRenderHandlerOnPaint Method

Version 67.0.0

[Missing <summary> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax
public virtual void OnPaint(
	PaintElementType type,
	Rect dirtyRect,
	IntPtr buffer,
	int width,
	int height
)

Parameters

type
Type: CefSharpPaintElementType

[Missing <param name="type"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

dirtyRect
Type: CefSharp.StructsRect

[Missing <param name="dirtyRect"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

buffer
Type: SystemIntPtr

[Missing <param name="buffer"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.OffScreen.DefaultRenderHandler.OnPaint(CefSharp.PaintElementType,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32)"]

Implements

IRenderHandlerOnPaint(PaintElementType, Rect, IntPtr, Int32, Int32)
See Also