Rectangle.clone Method¶
Module: Rectangle
Definition¶
Clones the Rectangle object.
clone(self) -> Rectangle
Returns
The newly created rectangle.
Exceptions
An error has occurred during Document Library execution.
Rectangle clone()
Returns
The newly created rectangle.
Exceptions
An error has occurred during Document Library execution.
public Rectangle Clone()
Returns
The newly created rectangle.
Exceptions
An error has occurred during Document Library execution.
public Rectangle clone() throws DocumentException
Returns
The newly created rectangle.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> Rectangle
Returns
The newly created rectangle.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentRectangle_CopyTo (
ID3_DOCUMENT_RECTANGLE hRectangle,
ID3_DOCUMENT_RECTANGLE hRectangleDst)
Parameters
hRectangle
ID3_DOCUMENT_RECTANGLEin Handle to the Rectangle object.hRectangleDst
ID3_DOCUMENT_RECTANGLEout The newly created rectangle.
Returns