Resize
Last updated
Was this helpful?
Last updated
Was this helpful?
Resizes the screen image for cases where the search image was captured on a system with different resolution or dpi. Implements . See for general information about Filters.
Namespace: Progile.ATE.TestFramework
Creates a new Resize Filter instance with the desired zoomFactor.
Syntax:
Parameter
Description
zoomFactor
The Bounds ResultRectangle corresponding to the desired search rectangle.
[interpolationMode]
[smoothingMode]
[pixelOffsetMode]
Specifies how pixels are offset during scaling.
Applies the filter to the input image. Used internally.
Transforms the coordinates of a ResultRectangle (produced by an image search with this filter applied) back to the original reference frame of the screen of the current SUT. Used internally.
The name of the filter type, i.e. "RESIZE".
Syntax: public string Name => "RESIZE";
Type:
Type: How the screen image shall be interpolated during scaling.
Type: How the screen image shall be smoothed during scaling.
Type:
Static method to create a new Resize Filter instance with the desired zoomFactor. Identical to .