Click or drag to resize
Size Constructor
Version 63.0.0
Initializes a new instance of the Size class

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

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.Structs.Size.#ctor(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.Structs.Size.#ctor(System.Int32,System.Int32)"]

See Also