Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TShapeHookMsg

Msg sent through LA_ShapeHook.

Declaration

Source position: agraphics.pas line 557

type TShapeHookMsg = record

  Action: LongInt;

  

(SHAPEHOOKACTION_*)

  NewShape: PRegion;

  OldShape: PRegion;

  NewBounds: PRectangle;

  

  OldBounds: PRectangle;

  

end;


Documentation generated on: 2021-07-30