RanorexRanorex Documentation
Resize Method (input, factor)
NamespacesRanorexImagingResize(Bitmap, Double)
Resizes the input image.
Declaration Syntax
C#Visual BasicVisual C++
public static Bitmap Resize(
	Bitmap input,
	double factor
)
Public Shared Function Resize ( _
	input As Bitmap, _
	factor As Double _
) As Bitmap
public:
static Bitmap^ Resize(
	Bitmap^ input, 
	double factor
)
Parameters
input (Bitmap)
An image.
factor (Double)
The factor by which the image should be resized.
Return Value
The resized image.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf input is null.
ArgumentOutOfRangeExceptionIf width or height of the output image are not positive.

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