Click or drag to resize

CefSize Constructor

Initializes a new instance of the CefSize class

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefSize(
	int width,
	int height
)

Parameters

width  Int32
 
height  Int32
 
See Also