Documentation Portal      

What are you looking for?

EBaseROI::Attach

This method attaches the ROI to another ROI or image. Only ROIs can be attached. An image can never be attached to another image or ROI. Optionally, the ROI can be moved and resized after attachment by supplying additional parameters.

Namespace: Euresys::Open_eVision_2_6

[C++]

void Attach(
   EBaseROI* parent
)

void Attach(
   EBaseROI* parent,
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

parent

-

orgX

When specified, sets the new x-coordinate of the ROI top-left corner.

orgY

When specified, sets the new y-coordinate of the ROI top-left corner.

width

When specified, sets the new width of the ROI.

height

When specified, sets the new height of the ROI.

EBaseROI.Attach

This method attaches the ROI to another ROI or image. Only ROIs can be attached. An image can never be attached to another image or ROI. Optionally, the ROI can be moved and resized after attachment by supplying additional parameters.

Namespace: Euresys.Open_eVision_2_6

[C#]

void Attach(
   Euresys.Open_eVision_2_6.EBaseROI parent
)

void Attach(
   Euresys.Open_eVision_2_6.EBaseROI parent,
   int orgX,
   int orgY,
   int width,
   int height
)

Parameters

parent

-

orgX

When specified, sets the new x-coordinate of the ROI top-left corner.

orgY

When specified, sets the new y-coordinate of the ROI top-left corner.

width

When specified, sets the new width of the ROI.

height

When specified, sets the new height of the ROI.

Which API shall we display?

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