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

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

Parameters

lockObject
Type: SystemObject
The lock object.
See Also