QMedical Command Reference
![]() |
![]() ![]() |
QMed_GetAreaSelection(areaRef; selLeft; selTop; selRight; selBottom):error | |||
![]() |
areaRef | Longint | QMedical area reference |
![]() |
selLeft | Longint | Selection rect left |
![]() |
selTop | Longint | Selection rect top |
![]() |
selRight | Longint | Selection rect right |
![]() |
selBottom | Longint | Selection rect bottom |
![]() |
error | Longint | Error result |
Returns the selection rectangle of a scrollable QMedical plug-in area, that was set either using the marquee tool or procedurally, using QMed_SetAreaSelection.
The QMedical plug-in area is specified by areaRef. If areaRef is not a valid QMedical plug-in area reference, qmed_paramErr is returned.
Parameters selLeft, selTop, selRight and selBottom receive the selection rectangle.
Related commands
QMed_SetAreaSelection | Changes the selection rectangle in a scrollable QMedical plug-in area |