FingerImage.flipTo Method¶
Module: FingerImage
Definition¶
Flips the image.
void flipTo(bool flipHorizontally, bool flipVertically, FingerImage dstFingerImage)
Parameters
flipHorizontally boolin Value indicating whether the image should be flipped horizontally.
flipVertically boolin Value indicating whether the image should be flipped vertically.
dstFingerImage FingerImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Finger Library execution.