Size Constructor
Get the size

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

Dim instance As New Size(width, height)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
See Also