Resizes the current image
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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:
ImageReturn self
See Also