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 bool
in Value indicating whether the image should be flipped horizontally.

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

dst_finger_image FingerImage
in 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 bool
in Value indicating whether the image should be flipped horizontally.

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

dstFingerImage FingerImage
in 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 bool
in Value indicating whether the image should be flipped horizontally.

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

dstFingerImage FingerImage
in 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 boolean
in Value indicating whether the image should be flipped horizontally.

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

dstFingerImage FingerImage
in 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 Bool
in Value indicating whether the image should be flipped horizontally.

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

dstFingerImage FingerImage
in 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_IMAGE
in Handle to the FingerImage object.

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

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

hDstFingerImage ID3_FINGER_IMAGE
in The destination Image object that receives the flipped image.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.