RanorexRanorex Documentation
Clipping Property
NamespacesRanorexImaging..::.FindOptionsClipping
Gets or sets a clipping rectangle in the image that defines the region where the search takes place, i.e. not the whole image is searched but only this rectangle inside it.
Declaration Syntax
C#Visual BasicVisual C++
public Rectangle Clipping { get; set; }
Public Property Clipping As Rectangle
public:
property Rectangle Clipping {
	Rectangle get ();
	void set (Rectangle value);
}
Remarks
The clipping rectangle will always be applied to the first argument of a method, i.e. for the FindSingle(Bitmap, Bitmap) method the value of this property is only applied to the image argument.

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