ImageLoad Method
Load an image file

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Image
Dim filePath As String
Dim returnValue As Image

returnValue = instance.Load(filePath)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:Selenium.Image.Load(System.String)"]

Return Value

Type: Image
Self
See Also