Click or drag to resize

AbstractRenderHandlerCreateOrUpdateBitmap Method

Version 130.1.90

[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: 129.0.110.0 (129.0.110.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  Boolean

[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  Rect

[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  IntPtr

[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  Int32

[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  Int32

[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  Image

[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  Size

[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  MemoryMappedFile

[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  MemoryMappedViewAccessor

[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