[Overview][Constants][Types][Procedures and functions][Variables] |
Push region of interest on the stack.
Source position: gpm.pp line 192
function gpm_pushroi( |
x1: LongInt; |
y1: LongInt; |
x2: LongInt; |
y2: LongInt; |
mask: LongInt; |
fun: TGpmHandler; |
xtradata: pointer |
):Pgpm_roi; |
Gpm_PushRoiputs a new region of intereston the stack. The region of interest is defined by a rectangle described by the corners (X1,Y1)and (X2,Y2).
The maskdescribes which events the handler {fun} will handle; ExtraDatawill be put in the xtradatafield of the {TGPM_Roi} record passed to the funhandler.
None.
|
Raise region of interest in the stack. |
|
|
Pop region of interest from the stack. |
|
|
Lower a region of interest in the stack. |