Click or drag to resize

Size Constructor

Version 86.0.240
Size

Namespace:  CefSharp.Structs
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Size(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
width
height
Type: SystemInt32
height
See Also