ERectangleShape::CopyTo

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

Namespace: Euresys::Open_eVision_2_11

[C++]

ERectangleShape* CopyTo(
   ERectangleShape* dest,
   BOOL bRecursive
)

Parameters

dest

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

bRecursive

TRUE if the children shapes have to be copied as well, FALSE otherwise.

Remarks

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

ERectangleShape.CopyTo

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

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ERectangleShape CopyTo(
   Euresys.Open_eVision_2_11.ERectangleShape dest,
   bool bRecursive
)

Parameters

dest

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

bRecursive

TRUE if the children shapes have to be copied as well, FALSE otherwise.

Remarks

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