a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 layers.library
  BeginUpdate
  BehindLayer
  CreateBehindHookLayer
  CreateBehindLayer
  CreateUpfrontHookLayer
  CreateUpfrontLayer
  DeleteLayer
  DisposeLayerInfo
  DoHookClipRects
  EndUpdate
  FattenLayerInfo
  InitLayers
  InstallClipRegion
  InstallLayerHook
  InstallLayerInfoHook
  LockLayer
  LockLayerInfo
  LockLayers
  MoveLayer
  MoveLayerInFrontOf
  MoveSizeLayer
  NewLayerInfo
  ScrollLayer
  SizeLayer
  SwapBitsRastPortClipRect
  ThinLayerInfo
  UnlockLayer
  UnlockLayerInfo
  UnlockLayers
  UpfrontLayer
  WhichLayer
Include
GuruMeditation
Docs » Autodocs » layers.library » MoveSizeLayer
    NAME                                                              (V36)
MoveSizeLayer -- Position/Size layer

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,dy - change upper left corner by (dx,dy)
dw,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)

BUGS

SEE ALSO

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

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Andromeda

AOA
HZ
RSI
SNT

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se