RanorexRanorex Documentation
Load Method (filename)
NamespacesRanorexImagingLoad(String)
Loads a bitmap file.
Declaration Syntax
C#Visual BasicVisual C++
public static Bitmap Load(
	string filename
)
Public Shared Function Load ( _
	filename As String _
) As Bitmap
public:
static Bitmap^ Load(
	String^ filename
)
Parameters
filename (String)
The filename of the bitmap.
Return Value
The loaded bitmap.
Exceptions
ExceptionCondition
ArgumentExceptionIf a bitmap cannot be loaded from the specified file.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)