Image  Conversion (Image to Bitmap)
Explicit casting to a Bitmap

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim input As Image
Dim output As Bitmap

output = CType(input, Bitmap)

Parameters

image
Type: SeleniumImage

[Missing <param name="image"/> documentation for "M:Selenium.Image.op_Explicit(Selenium.Image)~System.Drawing.Bitmap"]

Return Value

Type: Bitmap

[Missing <returns> documentation for "M:Selenium.Image.op_Explicit(Selenium.Image)~System.Drawing.Bitmap"]

See Also