Click or drag to resize

Point Constructor

Version 100.0.140
Point

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

Parameters

x
Type: SystemInt32
x coordinate
y
Type: SystemInt32
y coordinate
See Also