RanorexRanorex Documentation
ElementInfo Constructor (capturedElement, path, screenShot, sourceName, id)
NamespacesRanorex.CoreElementInfoElementInfo(Element, RxPath, Image, String, Guid)
Initializes a new instance of the ElementInfo class.
Declaration Syntax
C#Visual BasicVisual C++
public ElementInfo(
	Element capturedElement,
	RxPath path,
	Image screenShot,
	string sourceName,
	Guid id
)
Public Sub New ( _
	capturedElement As Element, _
	path As RxPath, _
	screenShot As Image, _
	sourceName As String, _
	id As Guid _
)
public:
ElementInfo(
	Element^ capturedElement, 
	RxPath^ path, 
	Image^ screenShot, 
	String^ sourceName, 
	Guid id
)
Parameters
capturedElement (Element)
A snapshot of an element.
path (RxPath)
The path of the element.
screenShot (Image)
An screenshot of the element's UI representation (can be null).
sourceName (String)
A logical name of the source which created the element info.
id (Guid)
A unique id for identifying the element info.

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