FingerImage.resize Method

Module: FingerImage

Definition

Resizes the image in-place to the required width and height.

resize(self, width: int, height: int) -> None

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

Exceptions

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

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

Exceptions

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

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

Exceptions

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

Parameters

width int
in The new width, in pixels.

height int
in The new height, in pixels.

Exceptions

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

Parameters

width Int32
in The new width, in pixels.

height Int32
in The new height, in pixels.

Exceptions

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

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.

Returns

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