ERectangle::CopyTo

Copies all the data of the current ERectangle object into another ERectangle object, and returns it.

Namespace: Euresys::Open_eVision_2_11

[C++]

ERectangle* CopyTo(
   ERectangle* other
)

Parameters

other

Pointer to the ERectangle object in which the current ERectangle object data have to be copied.

Remarks

In case of a NULL pointer, a new ERectangle object will be created and returned.

ERectangle.CopyTo

Copies all the data of the current ERectangle object into another ERectangle object, and returns it.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ERectangle CopyTo(
   Euresys.Open_eVision_2_11.ERectangle other
)

Parameters

other

Pointer to the ERectangle object in which the current ERectangle object data have to be copied.

Remarks

In case of a NULL pointer, a new ERectangle object will be created and returned.