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
hRectangle
ID3_FINGER_RECTANGLEin Handle to the Rectangle object.hRectangleDst
ID3_FINGER_RECTANGLEout The newly created rectangle.
Returns