FingerImage.flipTo Method¶
Module: FingerImage
Definition¶
Flips the image.
flip_to(self, flip_horizontally: bool, flip_vertically: bool, dst_finger_image: FingerImage) -> None
Parameters
flip_horizontally
boolin Value indicating whether the image should be flipped horizontally.flip_vertically
boolin Value indicating whether the image should be flipped vertically.dst_finger_image
FingerImagein The destination Image object that receives the flipped image.
Exceptions
An error has occurred during Finger Library execution.
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.
public 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.
public void flipTo(boolean flipHorizontally, boolean flipVertically, FingerImage dstFingerImage) throws FingerException
Parameters
flipHorizontally
booleanin Value indicating whether the image should be flipped horizontally.flipVertically
booleanin 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.
public func flipTo(flipHorizontally: Bool, flipVertically: Bool, dstFingerImage: FingerImage) throws
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.
int id3FingerImage_FlipTo (
ID3_FINGER_IMAGE hFingerImage,
bool flipHorizontally,
bool flipVertically,
ID3_FINGER_IMAGE hDstFingerImage)
Parameters
hFingerImage
ID3_FINGER_IMAGEin Handle to the FingerImage object.flipHorizontally
boolin Value indicating whether the image should be flipped horizontally.flipVertically
boolin Value indicating whether the image should be flipped vertically.hDstFingerImage
ID3_FINGER_IMAGEin The destination Image object that receives the flipped image.
Returns