ImageResize Method
Resizes the current image

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Image
Dim width As Single
Dim height As Single
Dim returnValue As Image

returnValue = instance.Resize(width, height)

Parameters

width (Optional)
Type: SystemSingle
Pixel width or ratio
height (Optional)
Type: SystemSingle
Pixel height or ratio

Return Value

Type: Image
Return self
See Also