CaptureImage.flipTo Method

Module: CaptureImage

Definition

Flips the image.

void flipTo(bool flipHorizontally, bool flipVertically, CaptureImage dstCaptureImage)

Parameters

flipHorizontally bool
in Value indicating whether the image should be flipped horizontally.

flipVertically bool
in Value indicating whether the image should be flipped vertically.

dstCaptureImage CaptureImage
in The destination Image object that receives the flipped image.

Exceptions

An error has occurred during Devices Library execution.