Resizes the current image
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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自分自身を返します。
参照