Click or drag to resize

Point Constructor

Version 130.1.90
Point

Namespace: CefSharp.Structs
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public Point(
	int x,
	int y
)

Parameters

x  Int32
x coordinate
y  Int32
y coordinate
See Also