Rectangle.clone Method

Module: Rectangle

Definition

Clones the Rectangle object.

clone(self) -> Rectangle

Returns

The newly created rectangle.

Exceptions

An error has occurred during Finger Library execution.
Rectangle clone()

Returns

The newly created rectangle.

Exceptions

An error has occurred during Finger Library execution.
public Rectangle Clone()

Returns

The newly created rectangle.

Exceptions

An error has occurred during Finger Library execution.
public Rectangle clone() throws FingerException

Returns

The newly created rectangle.

Exceptions

An error has occurred during Finger Library execution.
public func clone() throws -> Rectangle

Returns

The newly created rectangle.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerRectangle_CopyTo (
    ID3_FINGER_RECTANGLE hRectangle,
    ID3_FINGER_RECTANGLE hRectangleDst)

Parameters

in Handle to the Rectangle object.

hRectangleDst ID3_FINGER_RECTANGLE
out The newly created rectangle.

Returns

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