EImageBW16::operator=

Copies a EImageBW16 image.

Namespace: Euresys::Open_eVision

[C++]

EImageBW16& operator=(
   const EImageBW16& other
)

Parameters

other

Another EImageBW16 object.

Remarks

This method copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object.

EImageBW16.operator=

Copies a EImageBW16 image.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EImageBW16 operator=(
   Euresys.Open_eVision.EImageBW16 other
)

Parameters

other

Another EImageBW16 object.

Remarks

This method copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object.