Point Constructor
Point construcor

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim x As Integer
Dim y As Integer

Dim instance As New Point(x, y)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
See Also