Creates a scaled version of this image. The dimensions of the returned image (in pixels) are specified by the width and height arguments. The scaling is performed using bilinear interpolation.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Parameters
- width
- Type: System Int32
Width in pixels of the desired output image.
- height
- Type: System Int32
Height in pixels of the desired output image.
Return Value
Type: ICogImageThe scaled image.
Implements
ICogImage ScaleImage(Int32, Int32)See Also