Click or drag to resize

AbstractRenderHandlerCreateOrUpdateBitmap Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

Namespace:  CefSharp.Wpf.Rendering
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
protected abstract void CreateOrUpdateBitmap(
	bool isPopup,
	Rect dirtyRect,
	IntPtr buffer,
	int width,
	int height,
	Image image,
	ref Size currentSize,
	ref MemoryMappedFile mappedFile,
	ref MemoryMappedViewAccessor viewAccessor
)

Parameters

isPopup
Type: SystemBoolean

[Missing <param name="isPopup"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

dirtyRect
Type: CefSharp.StructsRect

[Missing <param name="dirtyRect"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

buffer
Type: SystemIntPtr

[Missing <param name="buffer"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

image
Type: System.Windows.ControlsImage

[Missing <param name="image"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

currentSize
Type: System.WindowsSize

[Missing <param name="currentSize"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

mappedFile
Type: System.IO.MemoryMappedFilesMemoryMappedFile

[Missing <param name="mappedFile"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

viewAccessor
Type: System.IO.MemoryMappedFilesMemoryMappedViewAccessor

[Missing <param name="viewAccessor"/> documentation for "M:CefSharp.Wpf.Rendering.AbstractRenderHandler.CreateOrUpdateBitmap(System.Boolean,CefSharp.Structs.Rect,System.IntPtr,System.Int32,System.Int32,System.Windows.Controls.Image,System.Windows.Size@,System.IO.MemoryMappedFiles.MemoryMappedFile@,System.IO.MemoryMappedFiles.MemoryMappedViewAccessor@)"]

See Also