ImageResize メソッド
Resizes the current image

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Image
Dim width As Single
Dim height As Single
Dim returnValue As Image

returnValue = instance.Resize(width, height)

パラメータ

width(省略可)
型: SystemSingle
ピクセル幅、または比率。
height(省略可)
型: SystemSingle
ピクセル高さ、または比率。

戻り値

型: Image
自分自身を返します。
参照