Click or drag to resize

CefRectangle Constructor

Initializes a new instance of the CefRectangle class

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

Parameters

x  Int32
 
y  Int32
 
width  Int32
 
height  Int32
 
See Also