OnNewLayerEx picture event
Related pages:
ENTRY OnNewLayerEx(IN INT _refId,_newLayer, INT _x1,_y1,_x2,_y2, IN INT _x3,_y3, BOOL _enable) ; actions END OnNewLayerEx
_refId | Input parameter of Int type. refID of object over which the mouse cursor is placed, or 0. |
_newLayer | Input parameter of Int type. Number of new layer. |
_x1,_y1,_x2,_y2 | Input-output parameter of Int type. Visible resultant area after changing the layer. |
_x3,_y3 | Input parameter - position of mouse cursor in a picture. |
_enable | Output parameter of BOOL type. Permission to change a layer. |
ENTRY OnNewLayerEx(IN INT _refId, _layers, INT _x1,_y1,_x2,_y2, IN INT _x3,_y3, BOOL _enable) IF _layers=2 THEN _x1 := 100 _y1 := 100 _x2 := 500 _y2 := 500 ENDIF _enable := @TRUE END OnNewLayerEx
Related pages:
0 komentárov