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

in Handle to the Rectangle object.

out The newly created rectangle.

Returns

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