RanorexRanorex Documentation
CaptureImage Method (element)
NamespacesRanorexImagingCaptureImage(Element)
Captures an image of an element.
Declaration Syntax
C#Visual BasicVisual C++
public static Bitmap CaptureImage(
	Element element
)
Public Shared Function CaptureImage ( _
	element As Element _
) As Bitmap
public:
static Bitmap^ CaptureImage(
	Element^ element
)
Parameters
element (Element)
The element to capture.
Return Value
The captured image.
Remarks
Note that the element must be visible to capture a useful image.

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