Position/Size layer
Source position: layers.pas line 109
function MoveSizeLayer( |
layer: pLayer; |
dx: LongInt; |
dy: LongInt; |
dw: LongInt; |
dh: LongInt |
):LongInt; |
layer |
|
pointer to a nonbackdrop layer |
dx |
|
change left corner by dx |
dy |
|
change upper corner by dy |
dw |
|
change size by dw |
dh |
|
change size by dh |
True if operation successful. False if failed (due to out of memory). False if failed (due to illegal layer^.bounds)
Change upperleft and lower right position of Layer.