ERectangle::operator=

Copies all the data from another ERectangle object into the current ERectangle object

Namespace: Euresys::Open_eVision_2_11

[C++]

ERectangle& operator=(
   const ERectangle& other
)

Parameters

other

ERectangle object to be copied

ERectangle.operator=

Copies all the data from another ERectangle object into the current ERectangle object

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.ERectangle operator=(
   Euresys.Open_eVision_2_11.ERectangle other
)

Parameters

other

ERectangle object to be copied