Click or drag to resize

CefRange Constructor

Initializes a new instance of the CefRange class

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public CefRange(
	int from,
	int to
)

Parameters

from  Int32
 
to  Int32
 
See Also