ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Window.GetBitmap(targetArea) method
Namespaces > ArtOfTest.WebAii.Win32 > Window > GetBitmap(Rectangle)
Returns a bitmap of a specified target area within this window.
Syntax
C#
public Bitmap GetBitmap (
	Rectangle targetArea
)
Parameters
targetArea (Rectangle)
The target area to return the bitmap for.
Return Value
The bitmap of that target area as it appears in the window.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)