Rectangle.resize Method

Module: Rectangle

Definition

Applies a scale factor to the rectangle.

resize(self, scale_factor: float) -> None

Parameters

scale_factor float
in Scale factor to apply to the rectangle.

Exceptions

An error has occurred during Finger Library execution.
void resize(double scaleFactor)

Parameters

scaleFactor double
in Scale factor to apply to the rectangle.

Exceptions

An error has occurred during Finger Library execution.
public void Resize(float scaleFactor)

Parameters

scaleFactor float
in Scale factor to apply to the rectangle.

Exceptions

An error has occurred during Finger Library execution.
public void resize(float scaleFactor) throws FingerException

Parameters

scaleFactor float
in Scale factor to apply to the rectangle.

Exceptions

An error has occurred during Finger Library execution.
public func resize(scaleFactor: Float) throws

Parameters

scaleFactor Float
in Scale factor to apply to the rectangle.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerRectangle_Resize (
    ID3_FINGER_RECTANGLE hRectangle,
    float scaleFactor)

Parameters

in Handle to the Rectangle object.

scaleFactor float
in Scale factor to apply to the rectangle.

Returns

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