Version 55.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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public interface IBitmapFactory
public interface class IBitmapFactory
The IBitmapFactory type exposes the following members.
Methods
| Name | Description |
---|
| CreateBitmap |
Create an instance of BitmapInfo based on the params
|
TopSee Also