Name
get_partT_get_partGetPartGetPart — Get the image part.
void GetPart(const HTuple& WindowHandle, HTuple* Row1, HTuple* Column1, HTuple* Row2, HTuple* Column2)
void HWindow::GetPart(HTuple* Row1, HTuple* Column1, HTuple* Row2, HTuple* Column2) const
void HWindow::GetPart(Hlong* Row1, Hlong* Column1, Hlong* Row2, Hlong* Column2) const
static void HOperatorSet.GetPart(HTuple windowHandle, out HTuple row1, out HTuple column1, out HTuple row2, out HTuple column2)
void HWindow.GetPart(out HTuple row1, out HTuple column1, out HTuple row2, out HTuple column2)
void HWindow.GetPart(out int row1, out int column1, out int row2, out int column2)
get_partget_partGetPartGetPartGetPart returns the upper left and lower right corner
of the image part shown in the window. The image part can be
changed with the operator set_partset_partSetPartSetPartSetPart (Default is the
whole image).
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Row index of the image part's upper left corner.
Column index of the image part's upper left corner.
Row index of the image part's lower right corner.
Column index of the image part's lower right corner.
get_partget_partGetPartGetPartGetPart returns 2 (H_MSG_TRUE) if the window is valid.
Otherwise an exception is raised.
set_partset_partSetPartSetPartSetPart,
disp_regiondisp_regionDispRegionDispRegionDispRegion,
disp_imagedisp_imageDispImageDispImageDispImage
set_partset_partSetPartSetPartSetPart,
disp_imagedisp_imageDispImageDispImageDispImage,
disp_regiondisp_regionDispRegionDispRegionDispRegion,
disp_colordisp_colorDispColorDispColorDispColor
Foundation