FingerImage.resizeTo Method

Module: FingerImage

Definition

Resizes the image to the specified width and height.

resize_to(self, width: int, height: int, dst_finger_image: FingerImage) -> None

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dst_finger_image FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.
void resizeTo(int width, int height, FingerImage dstFingerImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstFingerImage FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.
public void ResizeTo(int width, int height, FingerImage dstFingerImage)

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstFingerImage FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.
public void resizeTo(int width, int height, FingerImage dstFingerImage) throws FingerException

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

dstFingerImage FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.
public func resizeTo(width: Int32, height: Int32, dstFingerImage: FingerImage) throws

Parameters

width Int32
in The new width, in pixels.

height Int32
in The new height, in pixels.

dstFingerImage FingerImage
in The destination image that receives the resized image.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImage_ResizeTo (
    ID3_FINGER_IMAGE hFingerImage,
    int width,
    int height,
    ID3_FINGER_IMAGE hDstFingerImage)

Parameters

hFingerImage ID3_FINGER_IMAGE
in Handle to the FingerImage object.

width int
in The new width, in pixels.

height int
in The new height, in pixels.

hDstFingerImage ID3_FINGER_IMAGE
in The destination image that receives the resized image.

Returns

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