EBaseROI::GetHeight
EBaseROI::SetHeight
If EBaseROI is a ROI, gets or sets the height of the ROI.
Otherwise, if EBaseROI is an image, gets or sets the height of the image (SetHeight has the same effect
as EBaseROI::SetSize).
Namespace: Euresys::Open_eVision
[C++]
int32_t GetHeight() const
void SetHeight(int32_t h)
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).
EBaseROI.Height
If EBaseROI is a ROI, gets or sets the height of the ROI.
Otherwise, if EBaseROI is an image, gets or sets the height of the image (SetHeight has the same effect
as EBaseROI.SetSize).
Namespace: Euresys.Open_eVision
[C#]
int Height
{ get; set; }
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).
EBaseROI.Height
If EBaseROI is a ROI, gets or sets the height of the ROI.
Otherwise, if EBaseROI is an image, gets or sets the height of the image (SetHeight has the same effect
as EBaseROI.SetSize).
Module: open_evision
[Python]
Height: int
{get; set}
Remarks
The placement of an ROI is given by the coordinates its upper left corner (origin point), relative to its parent ROI/image and by its size (width and height).