Click or drag to resize

Size Constructor

Version 130.1.90
Size

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

Parameters

width  Int32
width
height  Int32
height
See Also