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

TimpDraw

Message argument for IM_DRAW or IM_DRAWFRAME

Declaration

Source position: intuition.pas line 3245

type TimpDraw = record

  MethodID: LongWord;

  

IM_DRAW or IM_DRAWFRAME

  imp_RPort: PRastPort;

  

  imp_Offset: record

  

    x: SmallInt;

  

    y: SmallInt;

  

  end;

  imp_State: LongWord;

  

  imp_DrInfo: PDrawInfo;

  

May be nil

  imp_Dimensions: record

  

Only valid for IM_DRAWFRAME

    Width: SmallInt;

  

    Height: SmallInt;

  

  end;

end;


Documentation generated on: 2021-07-30