CaptureImage.resizeTo Method

Module: CaptureImage

Definition

Resizes the image to the specified width and height.

void resizeTo(int width, int height, CaptureImage dstCaptureImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstCaptureImage CaptureImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Devices Library execution.