Click or drag to resize
IBitmapFactory Interface
Version 51.0.0
Factory class used to generate a BitmapInfo object for OSR rendering (WPF and OffScreen projects) Implement this interface if you wish to render the underlying Bitmap to a custom type e.g. a GDI Bitmap in the WPF Control

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public interface IBitmapFactory

The IBitmapFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateBitmap
Create an instance of BitmapInfo based on the params
Top
See Also