Documentation Portal      

What are you looking for?

EImageC24::EImageC24

Constructs a EImageC24 image.

Namespace: Euresys::Open_eVision_2_6

[C++]

void EImageC24(
)

void EImageC24(
   OEV_INT32 width,
   OEV_INT32 height
)

void EImageC24(
   const EImageC24& other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

other

Another EImageC24 object.

Remarks

The constructor with no arguments creates a zero-sized image. You can modify the image size by calling EBaseROI::SetSize method. The sizing constructor constructs an image of the given size. See EBaseROI::SetSize for informations about the sizing restrictions. The copy constructor copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object.

EImageC24.EImageC24

Constructs a EImageC24 image.

Namespace: Euresys.Open_eVision_2_6

[C#]

void EImageC24(
)

void EImageC24(
   int width,
   int height
)

void EImageC24(
   Euresys.Open_eVision_2_6.EImageC24 other
)

Parameters

width

The width, in pixels.

height

The height, in pixels.

other

Another EImageC24 object.

Remarks

The constructor with no arguments creates a zero-sized image. You can modify the image size by calling EBaseROI::SetSize method. The sizing constructor constructs an image of the given size. See EBaseROI::SetSize for informations about the sizing restrictions. The copy constructor copies all the supplied image properties (content, attributes, sub-ROIs...) into the current object.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110