RanorexRanorex Documentation
Imaging..::.FindOptions Class
NamespacesRanorexImagingImaging..::.FindOptions
Defines options for image find methods (see Find(Element, Bitmap) and FindSingle(Element, Bitmap) methods).
Declaration Syntax
C#Visual BasicVisual C++
public class FindOptions : IFormattable
Public Class FindOptions _
	Implements IFormattable
public ref class FindOptions : IFormattable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Imaging..::.FindOptions()()()
Creates a new instance.

Imaging..::.FindOptions(Double)
Creates a new instance.

Imaging..::.FindOptions(Imaging..::.Preprocessings)
Creates a new instance.

Imaging..::.FindOptions(Rectangle)
Creates a new instance.

Imaging..::.FindOptions(Double, Imaging..::.Preprocessings)
Creates a new instance.

Imaging..::.FindOptions(Double, Imaging..::.Preprocessings, Rectangle)
Creates a new instance.

Imaging..::.FindOptions(Double, Imaging..::.Preprocessings, Rectangle, Boolean)
Creates a new instance.

Imaging..::.FindOptions(Double, Imaging..::.Preprocessings, Rectangle, Boolean, Double)
Creates a new instance.

Imaging..::.FindOptions(Double, Imaging..::.Preprocessings, Rectangle, Boolean, Double, Duration)
Creates a new instance.

BestMatch
Gets or set a value specifying if the best (true) or the first (false) match found in a call to FindSingle(Element, Bitmap) should be returned.

Clipping
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.

Clone()()()
Creates a new Imaging..::.FindOptions instance with the same values as this instance.

Default
Gets or set the default options for image find methods.

DownsizeTargetCosts
Gets or sets a value that defines the estimated costs (time) for searching an image. If Downsize is set as a preprocessing step, the image and feature bitmaps are tried to be downsized so that the estimated search costs match this value.

Equality(Imaging..::.FindOptions, Imaging..::.FindOptions)
Implements the operator ==.

Equals(Object)
Determines whether this instance is equal to obj.
(Overrides Object.Equals(Object).)
Equals(Imaging..::.FindOptions, Imaging..::.FindOptions)
Returns true if the two instances are equal.

Finalize()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Returns a static, very poor performing hash code!
(Overrides Object.GetHashCode()()().)
GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
Inequality(Imaging..::.FindOptions, Imaging..::.FindOptions)
Implements the operator !=.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(String)
Parses the given String and returns a new Imaging..::.FindOptions instance.

Preprocessing
Gets or sets the preprocessing steps that are performed to the image and the feature bitmaps before searching.

Similarity
Gets or sets the minimum similarity that the feature needs to have with the image to be considered a match.

Timeout
Gets or sets the timeout used to search for the specified feature.

ToString()()()
Returns a string representation of the instance.
(Overrides Object.ToString()()().)
ToString(String)
Returns a string representation of the instance using the specified format.

ToString(String, IFormatProvider)
Returns a string representation of the instance using the specified format.

TryParse(String, Imaging..::.FindOptions%)
Tries parsing the given String to a Imaging..::.FindOptions instance.

Inheritance Hierarchy
Object
Imaging..::.FindOptions

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