QPx_GetAreaSelection

QPx_GetAreaSelection(areaRef; areaRef; areaRef; areaRef; areaRef):error
areaRef Longint QPix 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

Get the selection maquee of a scrollable QPix plug-in area

The QPix plug-in area is specified by areaRef. If areaRef is not a valid QPix plug-in area reference, qpx_paramErr is returned.

Parameters selLeft, selTop, selRight and selBottom receive the coordinates of the selection marquee.

NOTE The selection marquee may have been set either manually (using the marquee tool) or programmatically (using QPx_SetAreaSelection).

Related commands

QPx_SetAreaSelection Set the selection marquee in a scrollable QPix plug-in area