Click or drag to resize

BitmapBufferUpdateBuffer Method

Version 67.0.0

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

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

Parameters

width
Type: SystemInt32

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

height
Type: SystemInt32

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

buffer
Type: SystemIntPtr

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

dirtyRect
Type: CefSharp.StructsRect

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

See Also