Click or drag to resize

CefSharp.Wpf.Rendering Namespace

Version 94.4.20
Wpf Rendering.
Classes
  ClassDescription
Public classAbstractRenderHandler
Implements the basics of a IRenderHandler
Public classAllocHGlobalWritableBitmapRenderHandler
AllocHGlobalWritableBitmapRenderHandler - creates/updates an WritableBitmap Uses AllocHGlobal(IntPtr) to allocate memory for double buffering when the size matches or creates a new WritableBitmap when required.
Public classDirectWritableBitmapRenderHandler
DirectWritableBitmapRenderHandler - directly copyies the buffer into writeableBitmap.BackBuffer. No additional copies or locking are used. Can only be used when CEF UI thread and WPF UI thread are the same (MultiThreadedMessageLoop = false)
Public classInteropBitmapRenderHandler
InteropBitmapRenderHandler - creates/updates an InteropBitmap Uses a MemoryMappedFile for double buffering when the size matches or creates a new InteropBitmap when required
Public classWritableBitmapRenderHandler
WritableBitmapRenderHandler - creates/updates an WritableBitmap Uses a MemoryMappedFile for double buffering when the size matches or creates a new WritableBitmap when required