Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

timpDraw

Message argument for IM_DRAW or IM_DRAWFRAME

Declaration

Source position: intuition.pas line 3689

type timpDraw = record

  MethodID: LongWord;

  

IM_DRAW or IM_DRAWFRAME

  imp_RPort: pRastPort;

  

  imp_Offset: record

  

    x: Word;

  

    y: Word;

  

  end;

  imp_State: LongWord;

  

  imp_DrInfo: pDrawInfo;

  

May be nil

  imp_Dimensions: record

  

Only valid for IM_DRAWFRAME

    Width: Word;

  

    Height: Word;

  

  end;

end;


Documentation generated on: 2021-07-30