Home  /  Autodocs  /  layers.library

SYNOPSIS

result = MoveSizeLayer( layer, dx, dy, dw, dh )
d0 a0 d0 d1 d2 d3

LONG MoveSizeLayer( struct Layer *, LONG, LONG, LONG, LONG);

FUNCTION

Change upperleft and lower right position of Layer.

INPUTS

dummy
unused

l
pointer to a nonbackdrop layer

dx
seen next

dy
change upper left corner by (dx,dy)

dw
see next

dy
change size by (dw,dh)

RESULT

result
TRUE if operation successful. FALSE if failed (due to out of memory) FALSE if failed (due to illegal layer->bounds)

SEE ALSO

<graphics/layers.h>, <graphics/clip.h>