RanorexRanorex Documentation
GetImage Method (id)
NamespacesRanorex.Core.RepositoryRepoItemInfoGetImage(String)
Gets an image by ID.
Declaration Syntax
C#Visual BasicVisual C++
protected CompressedImage GetImage(
	string id
)
Protected Function GetImage ( _
	id As String _
) As CompressedImage
protected:
CompressedImage^ GetImage(
	String^ id
)
Parameters
id (String)
The ID of an image to get.
Return Value
The image.

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