|
Action:
|
Gets the pixel coordinates of the region of interest on a screen.
|
|
|
Prototype:
|
outcome api_rh_get_sub_image (
|
|
|
int& left,
|
// returns left side
|
|
|
int& right,
|
// returns right side
|
|
|
int& top,
|
// returns top
|
|
|
int& bottom
|
// returns bottom
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
|
Description:
|
This API gets the pixel coordinates of the region of interest on a screen.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Read-only
|