| Image Conversion (Image to Bitmap) |
Explicit casting to a Bitmap
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim input As Image
Dim output As Bitmap
output = CType(input, Bitmap)
Parameters
- image
- Type: SeleniumImage
Return Value
Type:
Bitmap
See Also