Click or drag to resize
BitmapFactory Constructor
Version 55.0.0
Initializes a new instance of the BitmapFactory class.

Namespace: CefSharp.OffScreen
Assembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
public BitmapFactory(
	Object lockObject
)

Parameters

lockObject
Type: SystemObject
The lock object.
See Also