Position/Size layer
Source position: layers.pas line 119
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.